Completed
Push — master ( 7d0959...f2e936 )
by Arnold
02:54
created
src/ValidationResult.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
         $prefix = $this->translate($prefix);
58 58
     
59 59
         foreach ($validation->getErrors() as $err) {
60
-            $this->errors[] = ($prefix ? trim($prefix) . ' ' : '') . $err; 
60
+            $this->errors[] = ($prefix ? trim($prefix).' ' : '').$err; 
61 61
         }
62 62
     }
63 63
     
Please login to merge, or discard this patch.