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 9eac0b4 commit 02df8f4Copy full SHA for 02df8f4
phpstan.neon
@@ -6,6 +6,9 @@ parameters:
6
- phpstan-bootstrap.php
7
scanDirectories:
8
- ./
9
+ fileExtensions:
10
+ - php
11
+ - ctp
12
ignoreErrors:
13
# False positive as __() function can accept more than 2 parameters.
14
- '/Cannot call method enableHydration\(\) on array\|Cake\\ORM\\Query./'
0 commit comments