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
Copy file name to clipboardExpand all lines: src/Entities/Properties/Text.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ public static function value($text): Text
56
56
protectedfunctionfillFromRaw(): void
57
57
{
58
58
parent::fillFromRaw();
59
-
if (!is_array($this->rawContent)) {
59
+
if (!is_array($this->rawContent)) {
60
60
throw HandlingException::instance('The property-type is text, however the raw data-structure does not represent this type (= array of items). Please check the raw response-data.');
0 commit comments