Passed
Push — master ( 6cb434...b20e6c )
by Freek
08:07
created
src/Exceptions/ValidationException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,6 +12,6 @@
 block discarded – undo
12 12
     {
13 13
         $this->errors = $errors;
14 14
 
15
-        parent::__construct('The given data failed to pass validation. ' . print_r($this->errors, true));
15
+        parent::__construct('The given data failed to pass validation. '.print_r($this->errors, true));
16 16
     }
17 17
 }
Please login to merge, or discard this patch.