We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62d9b1 commit 393183bCopy full SHA for 393183b
1 file changed
src/Metadata/Util/ResourceClassInfoTrait.php
@@ -63,7 +63,7 @@ private function isResourceClass(string $class): bool
63
}
64
65
// assume that it's a resource class
66
- return true;
+ return false;
67
68
69
private function getTypeFromProperty(ApiProperty $propertyMetadata): ?Type
0 commit comments