@@ -34,7 +34,7 @@ |
||
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; |