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
- # Allow overriding Console child-classes constructor for Dependency Injection.
identifier: parameter.notOptional
message: '#^Parameter \#1 \$.*? of method .*?::__construct\(\) is required but parameter \#1 \$name of method .*?Console::__construct\(\) is optional.$#'
- # Silence not co-variant error due to same reason as above.
identifier: method.childParameterType
message: '#^Parameter \#1 \$.*? \(.*?\) of method .*?::__construct\(\) is not contravariant with parameter \#1 \$name \(string\|null\) of method .*?Console::__construct\(\).$#'