Skip to content

Commit

Permalink
Fix missing change to config for phpstan and phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwins committed Sep 7, 2024
1 parent 26e7a55 commit b8b2bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<arg name="colors" />
<arg name="extensions" value="php"/>

<file>lib</file>
<file>src</file>
<file>public</file>
</ruleset>
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ parameters:
level: 5
paths:
- public
- lib
- src

0 comments on commit b8b2bbc

Please sign in to comment.