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