Added phpstan-symfony plugin to improve inspections on getArgument and getOption

This commit is contained in:
Alejandro Celaya
2021-07-19 19:59:41 +02:00
parent b8fa234dbb
commit 934d266880
7 changed files with 27 additions and 9 deletions

View File

@@ -2,5 +2,4 @@
declare(strict_types=1);
$run = require __DIR__ . '/../config/run.php';
$run();
(require __DIR__ . '/../config/run.php')();