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 0a8a4ef commit bf01dadCopy full SHA for bf01dad
phpcs.xml.dist
@@ -1,5 +1,7 @@
1
<?xml version="1.0"?>
2
<ruleset>
3
+ <file>finder.php</file>
4
+ <file>functionMap.php</file>
5
<file>visitor.php</file>
6
7
<rule ref="PSR12NeutronRuleset">
phpstan.neon.dist
@@ -2,6 +2,7 @@ parameters:
level: 8
paths:
- finder.php
+ - functionMap.php
- visitor.php
- tests/
8
excludePaths:
0 commit comments