2026-04-06
This commit is contained in:
parent
2971f5516d
commit
7baeb28fc1
36 changed files with 390 additions and 415 deletions
|
|
@ -21,6 +21,8 @@ parameters:
|
|||
reportWrongPhpDocTypeInVarTag: true
|
||||
# Setting treatPhpDocTypesAsCertain to false relaxes some of the rules around type-checking.
|
||||
treatPhpDocTypesAsCertain: true
|
||||
# PHP silently casts array keys that look like decimal integers from string to int. This means array<string, mixed> can’t guarantee that keys are actually strings at runtime.
|
||||
reportUnsafeArrayStringKeyCasting: true
|
||||
|
||||
parallel:
|
||||
jobSize: 20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue