We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec3f0c commit 650bfefCopy full SHA for 650bfef
src/Rules/Api/ApiInstanceofTypeRule.php
@@ -51,7 +51,7 @@ class ApiInstanceofTypeRule implements Rule
51
TypeWithClassName::class => 'Type::getObjectClassNames()',
52
EnumCaseObjectType::class => 'Type::getEnumCases()',
53
ConstantArrayType::class => 'Type::getConstantArrays()',
54
- ArrayType::class => 'Type::getArrays()',
+ ArrayType::class => 'Type::isArray() or Type::getArrays()',
55
ConstantStringType::class => 'Type::getConstantStrings()',
56
StringType::class => 'Type::isString()',
57
ClassStringType::class => 'Type::isClassStringType()',
0 commit comments