Completed
Push — master ( f53d1e...2eec4a )
by Philip
02:00
created
src/Valdi/Validator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
                 $name = array_shift($parameters);
39 39
             }
40 40
             if (!array_key_exists($name, $this->availableValidators)) {
41
-                throw new ValidatorException('"'.$name . '" not found as available validator.');
41
+                throw new ValidatorException('"' . $name . '" not found as available validator.');
42 42
             }
43 43
             $result[$name] = $this->availableValidators[$name]->validate($value, $parameters);
44 44
         }
Please login to merge, or discard this patch.