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