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 4407327 commit 98531aeCopy full SHA for 98531ae
phpstan-baseline.neon
@@ -0,0 +1,12 @@
1
+parameters:
2
+ ignoreErrors:
3
+ -
4
+ message: "#^Constant T_OPEN_PARENTHESIS not found\\.$#"
5
+ count: 1
6
+ path: src/Cdn77/Sniffs/NamingConventions/ValidVariableNameSniff.php
7
+
8
9
+ message: "#^Used constant T_OPEN_PARENTHESIS not found\\.$#"
10
11
12
phpstan.neon.dist
@@ -9,5 +9,6 @@ parameters:
- %currentWorkingDirectory%
includes:
+ - phpstan-baseline.neon
13
- vendor/phpstan/phpstan-phpunit/rules.neon
14
- vendor/phpstan/phpstan-strict-rules/rules.neon
0 commit comments