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 0947875 commit f1f8b5eCopy full SHA for f1f8b5e
phpstan.neon
@@ -1,5 +1,6 @@
1
includes:
2
- extension.neon
3
+ - rules.neon
4
- vendor/phpstan/phpstan-strict-rules/rules.neon
5
- vendor/phpstan/phpstan-phpunit/extension.neon
6
- vendor/phpstan/phpstan-phpunit/rules.neon
rules.neon
@@ -0,0 +1,2 @@
+rules:
+ - PHPStan\Rules\Doctrine\ORM\DqlRule
0 commit comments