Passed
Push — main ( 7c835b...069151 )
by Daniel
04:17
created
src/DependencyInjection/CompilerPass/FlysystemCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
                 $serviceName = sprintf('api_components.filesystem.%s', $attributes['alias']);
43 43
                 $container
44 44
                     ->setDefinition($serviceName, $definition)
45
-                    ->addTag(FilesystemProvider::FILESYSTEM_TAG, [ 'alias' => $attributes['alias'] ])
45
+                    ->addTag(FilesystemProvider::FILESYSTEM_TAG, ['alias' => $attributes['alias']])
46 46
                 ;
47 47
             }
48 48
         }
Please login to merge, or discard this patch.