Skip to content

Commit

Permalink
Check missing callable signature
Browse files Browse the repository at this point in the history
  • Loading branch information
tlueder committed Mar 21, 2024
1 parent 0ebfba4 commit 03ec74d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ parameters:

checkThisOnly: false
checkPhpDocMissingReturn: false
checkMissingCallableSignature: true
reportUnmatchedIgnoredErrors: true
paths:
- %currentWorkingDirectory%/Classes/
Expand Down

0 comments on commit 03ec74d

Please sign in to comment.