Completed
Push — master ( 126f4a...229ca6 )
by Basil
08:38
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(",", tell));
43
+            throw new Exception("The given variable must be an instance of: ".implode(",", tell));
44 44
         }
45 45
         
46 46
         return false;
Please login to merge, or discard this patch.