You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PHPStan configuration value checkMissingIterableValueType has been deprecated:
You're using a deprecated config option checkMissingIterableValueType ⚠️️
It's strongly recommended to remove it from your configuration file
and add the missing array typehints.
If you want to continue ignoring missing typehints from arrays,
add missingType.iterableValue error identifier to your ignoreErrors:
parameters:
ignoreErrors:
-
identifier: missingType.iterableValue
Proposed Solution
"Remove it from your configuration file and add the missing array typehints."
Alternatives Considered
"Add missingType.iterableValue error identifier to ignoreErrors."
The text was updated successfully, but these errors were encountered:
Description
The PHPStan configuration value
checkMissingIterableValueType
has been deprecated:Proposed Solution
"Remove it from your configuration file and add the missing array typehints."
Alternatives Considered
"Add missingType.iterableValue error identifier to ignoreErrors."
The text was updated successfully, but these errors were encountered: