Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
chore: added correct path of phpstan and psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
sanakhandvsa committed Jan 3, 2024
1 parent bf6a650 commit 26d7b38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
level: 1
paths:
- src
- test
- module
- test
4 changes: 2 additions & 2 deletions psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
findUnusedCode="false"
>
<projectFiles>
<directory name="src"/>
<directory name="module"/>
</projectFiles>
</psalm>
</psalm>

0 comments on commit 26d7b38

Please sign in to comment.