Skip to content

Commit 811f245

Browse files
committed
chore: scripts' folder code back to calculation
1 parent 0620458 commit 811f245

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55

66
paths:
77
- src/
8+
- scripts/
89

910
excludePaths:
1011

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<source>
1616
<include>
1717
<directory>src</directory>
18+
<directory>scripts</directory>
1819
</include>
1920
</source>
2021
<php>

0 commit comments

Comments
 (0)