Test Failed
Branch master (6e2c73)
by Mike
03:41
created
Category
src/Xervice/Validator/ValidatorDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
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(),
Please login to merge, or discard this patch.