Skip to content

Commit 393183b

Browse files
committed
test return false
1 parent a62d9b1 commit 393183b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Metadata/Util/ResourceClassInfoTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ private function isResourceClass(string $class): bool
6363
}
6464

6565
// assume that it's a resource class
66-
return true;
66+
return false;
6767
}
6868

6969
private function getTypeFromProperty(ApiProperty $propertyMetadata): ?Type

0 commit comments

Comments
 (0)