We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62d32c commit 4feb36eCopy full SHA for 4feb36e
pages/settings.php
@@ -25,7 +25,6 @@
25
26
$select->addOption('Strict-Mode', realpath(__DIR__.'/../vendor/phpstan/phpstan-strict-rules/rules.neon'));
27
$select->addOption('Deprecation Warnings', realpath(__DIR__.'/../vendor/phpstan/phpstan-deprecation-rules/rules.neon'));
28
-$select->addOption( 'Symfony Erweiterungen', realpath(__DIR__.'/../vendor/phpstan/phpstan-symfony/rules.neon'));
29
30
$fragment = new rex_fragment();
31
$fragment->setVar('class', 'edit', false);
phpstan.neon.tpl
@@ -1,5 +1,4 @@
1
includes:
2
- - vendor/phpstan/phpstan-symfony/extension.neon
3
- %REXSTAN_USERCONFIG%
4
5
parameters:
0 commit comments