Skip to content

Commit 2a423a8

Browse files
committed
specify types for all functions
1 parent 22aa9dd commit 2a423a8

File tree

3 files changed

+121
-3
lines changed

3 files changed

+121
-3
lines changed

phpstan.neon.dist

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ parameters:
22
paths:
33
- ./src
44
- ./tests
5-
level: 7
6-
ignoreErrors:
7-
- '#^Function .* has parameter \$args with no type specified.$#'
5+
level: 9

0 commit comments

Comments
 (0)