@@ -33,7 +33,7 @@ |
||
33 | 33 | */ |
34 | 34 | public function getValidationOptions(Constraint $constraint) |
35 | 35 | { |
36 | - return array('strict' => (bool)$constraint->strict); |
|
36 | + return array('strict' => (bool) $constraint->strict); |
|
37 | 37 | } |
38 | 38 | |
39 | 39 | /** |