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 ffda14c commit 300b49fCopy full SHA for 300b49f
composer.json
@@ -22,6 +22,7 @@
22
"symfony/framework-bundle": "^6.3",
23
"symfony/phpunit-bridge": "^6.3",
24
"phpstan/phpstan": "1.11.x-dev",
25
+ "phpstan/phpstan-symfony": "1.4.x-dev",
26
"friendsofphp/php-cs-fixer": "^3.38"
27
},
28
"minimum-stability": "dev",
phpstan.neon.dist
@@ -1,10 +1,7 @@
1
+includes:
2
+ - vendor/phpstan/phpstan-symfony/extension.neon
3
+
4
parameters:
5
level: 4
6
paths:
7
- src
-
- ignoreErrors:
- -
8
- message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\:\\:defaultValue\\(\\)\\.$#"
9
- count: 1
10
- path: src/DependencyInjection/SymfonycastsSassExtension.php
0 commit comments