@@ -25,7 +25,7 @@ |
||
25 | 25 | |
26 | 26 | if (isset($list) && !is_array($list)) { |
27 | 27 | throw new \Exception("Unable to apply {$this->property} processing instruction:" |
28 | - . " Expected an array, got a " . (is_object($list) ? get_class($list) . ' ' : '') . gettype($list)); |
|
28 | + . " Expected an array, got a ".(is_object($list) ? get_class($list).' ' : '').gettype($list)); |
|
29 | 29 | } |
30 | 30 | |
31 | 31 | $result = $this->execute((array)$list); |