@@ -38,7 +38,7 @@ |
||
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 | } |