File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -34,19 +34,27 @@ abstract class Bundle implements BundleInterface
34
34
*/
35
35
protected $ container ;
36
36
37
- public function boot (): void
37
+ /**
38
+ * @return void
39
+ */
40
+ public function boot ()
38
41
{
39
42
}
40
43
41
- public function shutdown (): void
44
+ /**
45
+ * @return void
46
+ */
47
+ public function shutdown ()
42
48
{
43
49
}
44
50
45
51
/**
46
52
* This method can be overridden to register compilation passes,
47
53
* other extensions, ...
54
+ *
55
+ * @return void
48
56
*/
49
- public function build (ContainerBuilder $ container ): void
57
+ public function build (ContainerBuilder $ container )
50
58
{
51
59
}
52
60
@@ -113,7 +121,10 @@ final public function getName(): string
113
121
return $ this ->name ;
114
122
}
115
123
116
- public function registerCommands (Application $ application ): void
124
+ /**
125
+ * @return void
126
+ */
127
+ public function registerCommands (Application $ application )
117
128
{
118
129
}
119
130
You can’t perform that action at this time.
0 commit comments