@@ -33,7 +33,7 @@ |
||
33 | 33 | protected function assertIsTraversable($data) |
34 | 34 | { |
35 | 35 | if (is_array($data) === false && $data instanceof \Traversable === false) { |
36 | - throw new \Exception(gettype($data) . ' is not iterable.'); |
|
36 | + throw new \Exception(gettype($data).' is not iterable.'); |
|
37 | 37 | } |
38 | 38 | |
39 | 39 | return $this; |