| @@ -16,7 +16,7 @@ | ||
| 16 | 16 |      { | 
| 17 | 17 | $rule = new $rule; | 
| 18 | 18 | |
| 19 | -        if (! $rule->verify($content)) { | |
| 19 | +        if (!$rule->verify($content)) { | |
| 20 | 20 | throw new Exceptions\UnexpectedValueException(); | 
| 21 | 21 | } | 
| 22 | 22 | } |