File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class LazyFactoryPass implements CompilerPassInterface
26
26
/**
27
27
* {@inheritdoc}
28
28
*/
29
- public function process (ContainerBuilder $ container )
29
+ public function process (ContainerBuilder $ container ): void
30
30
{
31
31
$ factories = [];
32
32
foreach ($ container ->findTaggedServiceIds ('flysystem.storage ' ) as $ serviceId => $ tags ) {
Original file line number Diff line number Diff line change 30
30
*/
31
31
class FlysystemExtension extends Extension
32
32
{
33
- public function load (array $ configs , ContainerBuilder $ container )
33
+ public function load (array $ configs , ContainerBuilder $ container ): void
34
34
{
35
35
$ configuration = new Configuration ();
36
36
$ config = $ this ->processConfiguration ($ configuration , $ configs );
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class FlysystemBundle extends Bundle
25
25
/**
26
26
* {@inheritdoc}
27
27
*/
28
- public function build (ContainerBuilder $ container )
28
+ public function build (ContainerBuilder $ container ): void
29
29
{
30
30
parent ::build ($ container );
31
31
You can’t perform that action at this time.
0 commit comments