Skip to content

Commit bf01dad

Browse files
szepeviktorIanDelMar
authored andcommitted
Check functionMap.php (#126)
* Check functionMap.php * Update phpcs.xml.dist
1 parent 0a8a4ef commit bf01dad

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

phpcs.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0"?>
22
<ruleset>
3+
<file>finder.php</file>
4+
<file>functionMap.php</file>
35
<file>visitor.php</file>
46

57
<rule ref="PSR12NeutronRuleset">

phpstan.neon.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ parameters:
22
level: 8
33
paths:
44
- finder.php
5+
- functionMap.php
56
- visitor.php
67
- tests/
78
excludePaths:

0 commit comments

Comments
 (0)