Completed
Push — master ( 575d8d...afd64c )
by Steevan
04:50
created
Constraints/UniqueObjectValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.