Completed
Push — master ( d5ea32...359d0e )
by Richard
02:05
created
src/Parser/ValueData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.