Skip to content

Commit 02df8f4

Browse files
committed
Add ctp files to code style checks
1 parent 9eac0b4 commit 02df8f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpstan.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ parameters:
66
- phpstan-bootstrap.php
77
scanDirectories:
88
- ./
9+
fileExtensions:
10+
- php
11+
- ctp
912
ignoreErrors:
1013
# False positive as __() function can accept more than 2 parameters.
1114
- '/Cannot call method enableHydration\(\) on array\|Cake\\ORM\\Query./'

0 commit comments

Comments
 (0)