@@ -45,7 +45,7 @@ |
||
45 | 45 | } |
46 | 46 | |
47 | 47 | if ($throwException) { |
48 | - throw new Exception("The given object must be an instance of: " . implode(",", $haystack)); |
|
48 | + throw new Exception("The given object must be an instance of: ".implode(",", $haystack)); |
|
49 | 49 | } |
50 | 50 | |
51 | 51 | return false; |