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 1ca540f commit 9333347Copy full SHA for 9333347
.phpstan.neon
@@ -1,3 +1,10 @@
1
includes:
2
- vendor/phpstan/phpstan-nette/extension.neon
3
- vendor/phpstan/phpstan-nette/rules.neon
4
+
5
+parameters:
6
+ ignoreErrors:
7
+ -
8
+ # https://github.com/phpstan/phpstan/issues/2063
9
+ message: '/^Ternary operator condition is always true\.$/'
10
+ path: %currentWorkingDirectory%/src/LatteMacros/BaseInputMacros.php
0 commit comments