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 1010
1111class AsyncAwsBundle extends Bundle
1212{
13- public function build (ContainerBuilder $ container )
13+ public function build (ContainerBuilder $ container ): void
1414 {
1515 parent ::build ($ container );
1616
Original file line number Diff line number Diff line change 2222
2323class AsyncAwsExtension extends Extension
2424{
25- public function load (array $ configs , ContainerBuilder $ container )
25+ public function load (array $ configs , ContainerBuilder $ container ): void
2626 {
2727 $ configuration = new Configuration ();
2828 $ config = $ this ->processConfiguration ($ configuration , $ configs );
Original file line number Diff line number Diff line change 1010
1111class InjectCasterPass implements CompilerPassInterface
1212{
13- public function process (ContainerBuilder $ container )
13+ public function process (ContainerBuilder $ container ): void
1414 {
1515 if (!$ container ->hasDefinition ('var_dumper.cloner ' )) {
1616 return ;
You can’t perform that action at this time.
0 commit comments