Fix phpstan issues.

This commit is contained in:
James Cole
2025-01-03 18:16:27 +01:00
parent fe4d139817
commit 3898c0c0ef
60 changed files with 13 additions and 74 deletions

View File

@@ -44,7 +44,7 @@ use Symfony\Component\HttpFoundation\ParameterBag;
/**
* Class Controller.
*
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings("PHPMD.CouplingBetweenObjects")
* @SuppressWarnings(PHPMD.NumberOfChildren)
*/
abstract class Controller extends BaseController