Completed
Push — master ( 6fedad...267515 )
by Basil
15:23
created
core/helpers/ObjectHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
         }
35 35
         
36 36
         if ($throwException) {
37
-            throw new Exception("The variable must be an instance of: " . implode(",", $instances));
37
+            throw new Exception("The variable must be an instance of: ".implode(",", $instances));
38 38
         }
39 39
         
40 40
         return false;
Please login to merge, or discard this patch.