@@ -42,7 +42,7 @@ |
||
| 42 | 42 | ->arrayNode('check') |
| 43 | 43 | ->addDefaultsIfNotSet() |
| 44 | 44 | ->validate() |
| 45 | - ->ifTrue(static function ($value) { |
|
| 45 | + ->ifTrue(static function($value) { |
|
| 46 | 46 | return !$value['warningExpression'] && !$value['criticalExpression']; |
| 47 | 47 | }) |
| 48 | 48 | ->thenInvalid('A warningExpression or a criticalExpression must be set.') |