2026-04-06

This commit is contained in:
gcch 2026-04-06 14:08:45 +02:00
commit ab6bab1f9c
3 changed files with 16 additions and 10 deletions

View file

@ -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> cant guarantee that keys are actually strings at runtime.
reportUnsafeArrayStringKeyCasting: true
parallel:
jobSize: 20