We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011fa18 commit 280aa0eCopy full SHA for 280aa0e
phpstan.neon.dist
@@ -5,6 +5,7 @@ parameters:
5
paths:
6
- bin/highlight-query
7
- bin/lint-query
8
+ - bin/sql-parser
9
- bin/tokenize-query
10
- src
11
- tests
psalm.xml
@@ -10,6 +10,7 @@
<projectFiles>
<file name="bin/highlight-query"/>
12
<file name="bin/lint-query"/>
13
+ <file name="bin/sql-parser"/>
14
<file name="bin/tokenize-query"/>
15
<directory name="src"/>
16
<directory name="tests"/>
0 commit comments