@@ -36,7 +36,7 @@ |
||
36 | 36 | */ |
37 | 37 | protected function addValidatorTypePlugins(DependencyContainerInterface $container): DependencyContainerInterface |
38 | 38 | { |
39 | - $container[static::VALIDATOR_TYPE_PLUGINS] = function (DependencyContainerInterface $container) { |
|
39 | + $container[static::VALIDATOR_TYPE_PLUGINS] = function(DependencyContainerInterface $container) { |
|
40 | 40 | return [ |
41 | 41 | new IsRequiredPlugin(), |
42 | 42 | new IsTypePlugin(), |