Add phpstan

This commit is contained in:
Oliver Davies 2019-06-26 01:03:00 +01:00
parent 6ce5a7176b
commit d65d8f96da
4 changed files with 863 additions and 3 deletions

View file

@ -11,7 +11,7 @@ use Twig\TwigFunction;
class TalksExtension extends AbstractExtension
{
/**
* @var string The current date.
* @var int The current date.
*/
private $today;