Completed
Pull Request — master (#2)
by Timothy
05:16
created
src/ZendTransformer/Transformer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
     
94 94
         $isValid = $validator->isValid($object);
95 95
     
96
-        Assertion::true($isValid, 'Validation failed: ' . json_encode($validator->getMessages()));
96
+        Assertion::true($isValid, 'Validation failed: '.json_encode($validator->getMessages()));
97 97
     }
98 98
     
99 99
     /**
Please login to merge, or discard this patch.