mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Enable some additional PHPStan rules and fix some type issues
This commit is contained in:
parent
c9e5026cf4
commit
a019d5e87c
8 changed files with 21 additions and 18 deletions
|
@ -5,6 +5,9 @@ includes:
|
|||
|
||||
parameters:
|
||||
level: 9
|
||||
checkFunctionNameCase: true
|
||||
checkInternalClassCaseSensitivity: true
|
||||
checkTooWideReturnTypesInProtectedAndPublicMethods: true
|
||||
|
||||
ignoreErrors:
|
||||
# Ignore errors caused by `Template` static class reflection.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue