Fixed more PHPstan warnings.

This commit is contained in:
Jan Böhmer 2022-03-04 18:37:42 +01:00
parent 775a223ab2
commit 61bd0bd15c
4 changed files with 4 additions and 2 deletions

View file

@ -30,6 +30,7 @@ use Twig\TwigFunction;
class LastUserExtension extends AbstractExtension
{
/** @var \App\Repository\LogEntryRepository */
private $repo;
public function __construct(EntityManagerInterface $em)