@@ -43,7 +43,7 @@ |
||
43 | 43 | |
44 | 44 | public function extract($last, $autoLookup) { |
45 | 45 | $value = $this->read($last); |
46 | - if ($value && ($autoLookup || is_array($this->data) || $this->data instanceof \ArrayAccess) ) { |
|
46 | + if ($value && ($autoLookup || is_array($this->data) || $this->data instanceof \ArrayAccess)) { |
|
47 | 47 | return $value; |
48 | 48 | } |
49 | 49 | throw new \UnexpectedValueException('Not found'); |