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 0620458 commit 811f245Copy full SHA for 811f245
phpstan.neon
@@ -5,6 +5,7 @@ parameters:
5
6
paths:
7
- src/
8
+ - scripts/
9
10
excludePaths:
11
phpunit.xml
@@ -15,6 +15,7 @@
15
<source>
16
<include>
17
<directory>src</directory>
18
+ <directory>scripts</directory>
19
</include>
20
</source>
21
<php>
0 commit comments