Completed
Push — master ( dc083b...485c1a )
by Philip
02:02
created
src/Valdi/Validator.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
                 $name = array_shift($parameters);
34 34
             }
35 35
             if (!array_key_exists($name, $this->availableValidators)) {
36
-                throw new ValidatorException($name.' not found as available validator.');
36
+                throw new ValidatorException($name . ' not found as available validator.');
37 37
             }
38 38
             $result[$name] = $this->availableValidators[$name]->validate($value, $parameters);
39 39
         }
Please login to merge, or discard this patch.