Closed S43534 closed 7 years ago
ErrorException in QuantityValue.php line 14: Undefined property: stdClass::$upperBound
Reproduce:
$result = $wikidata->search('Philipp Lahm')->first()->getEntityId(); $wikidata->entities($result);
Fix:
$this->upperBound = isset($value->upperBound) ? $value->upperBound : null; $this->lowerBound = isset($value->lowerBound) ? $value->lowerBound : null;
ErrorException in QuantityValue.php line 14: Undefined property: stdClass::$upperBound
Reproduce:
Fix: