phpstan fixes

This commit is contained in:
2022-02-25 09:48:33 +01:00
parent 051ed19f97
commit 92a6fed521
5 changed files with 10 additions and 38 deletions

View File

@@ -21,13 +21,13 @@ use DateTime;
use Doctrine\ORM\EntityManagerInterface;
use Psr\Log\LoggerInterface;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Contracts\Translation\TranslatorInterface;
use function array_merge;
use function count;
class ElementController extends Controller
class ElementController extends AbstractController
{
protected CalculatorManager $calculator;