Skip to content

Commit 4feb36e

Browse files
committed
remove symfony extension for now
1 parent a62d32c commit 4feb36e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pages/settings.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
$select->addOption('Strict-Mode', realpath(__DIR__.'/../vendor/phpstan/phpstan-strict-rules/rules.neon'));
2727
$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'));
2928

3029
$fragment = new rex_fragment();
3130
$fragment->setVar('class', 'edit', false);

phpstan.neon.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
includes:
2-
- vendor/phpstan/phpstan-symfony/extension.neon
32
- %REXSTAN_USERCONFIG%
43

54
parameters:

0 commit comments

Comments
 (0)