Skip to content

Commit

Permalink
Add bin/sql-parser to Psalm and PHPStan configs
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Jan 24, 2024
1 parent 011fa18 commit 280aa0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ parameters:
paths:
- bin/highlight-query
- bin/lint-query
- bin/sql-parser
- bin/tokenize-query
- src
- tests
Expand Down
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<projectFiles>
<file name="bin/highlight-query"/>
<file name="bin/lint-query"/>
<file name="bin/sql-parser"/>
<file name="bin/tokenize-query"/>
<directory name="src"/>
<directory name="tests"/>
Expand Down

0 comments on commit 280aa0e

Please sign in to comment.