We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26566a7 commit 1e3fc01Copy full SHA for 1e3fc01
src/Tests/RiotAPITestCase.php
@@ -91,7 +91,7 @@ public function checkObjectPropertiesAndDataValidity(IApiObject $object, array $
91
continue; // TODO: Continue?
92
93
// For each property parse its DataType
94
- $dataType = ApiObject::getPropertyDataType($propRef->getDocComment());
+ $dataType = ApiObject::getPropertyDataType($propRef);
95
96
// Check if its data type is non-standard data type (our special object)
97
if ($dataType != false)
0 commit comments