Completed
Push — master ( 8ab2d4...aa139e )
by Basil
04:07
created
core/helpers/ObjectHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
         }
46 46
         
47 47
         if ($throwException) {
48
-            throw new Exception("The given object must be an instance of: " . implode(",", $haystack));
48
+            throw new Exception("The given object must be an instance of: ".implode(",", $haystack));
49 49
         }
50 50
         
51 51
         return false;
Please login to merge, or discard this patch.