Skip to content

Commit 280aa0e

Browse files
committed
Add bin/sql-parser to Psalm and PHPStan configs
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 011fa18 commit 280aa0e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

phpstan.neon.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55
paths:
66
- bin/highlight-query
77
- bin/lint-query
8+
- bin/sql-parser
89
- bin/tokenize-query
910
- src
1011
- tests

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<projectFiles>
1111
<file name="bin/highlight-query"/>
1212
<file name="bin/lint-query"/>
13+
<file name="bin/sql-parser"/>
1314
<file name="bin/tokenize-query"/>
1415
<directory name="src"/>
1516
<directory name="tests"/>

0 commit comments

Comments
 (0)