Failed Conditions
Push — master ( 04820f...7dec56 )
by Moesjarraf
03:10
created
src/DataEnricher/Processor/Merge.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.