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 rule does not consider the type of variable-length argument lists:
class Foo {
publicfunctionfoo(Bar ...$bars){
}
}
In method "Foo::foo", parameter $bars type is "array". Please provide a @param annotation to further specify the type of the array. For instance: @param int
The text was updated successfully, but these errors were encountered:
The rule does not consider the type of variable-length argument lists:
The text was updated successfully, but these errors were encountered: