Test Failed
Push — master ( 6e2c73...c31371 )
by Mike
01:42
created
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.