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
2626 /**
2727 * {@inheritdoc}
2828 */
29- public function process (ContainerBuilder $ container )
29+ public function process (ContainerBuilder $ container ): void
3030 {
3131 $ factories = [];
3232 foreach ($ container ->findTaggedServiceIds ('flysystem.storage ' ) as $ serviceId => $ tags ) {
Original file line number Diff line number Diff line change 3030 */
3131class FlysystemExtension extends Extension
3232{
33- public function load (array $ configs , ContainerBuilder $ container )
33+ public function load (array $ configs , ContainerBuilder $ container ): void
3434 {
3535 $ configuration = new Configuration ();
3636 $ config = $ this ->processConfiguration ($ configuration , $ configs );
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class FlysystemBundle extends Bundle
2525 /**
2626 * {@inheritdoc}
2727 */
28- public function build (ContainerBuilder $ container )
28+ public function build (ContainerBuilder $ container ): void
2929 {
3030 parent ::build ($ container );
3131
You can’t perform that action at this time.
0 commit comments