Completed
Push — master ( 229ca6...81d924 )
by Basil
11:00 queued 03:00
created
core/helpers/ObjectHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
         }
41 41
         
42 42
         if ($throwException) {
43
-            throw new Exception("The given variable must be an instance of: " . implode(",", $instances));
43
+            throw new Exception("The given variable must be an instance of: ".implode(",", $instances));
44 44
         }
45 45
         
46 46
         return false;
Please login to merge, or discard this patch.