We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f7fb6 commit 71035e1Copy full SHA for 71035e1
KernelInterface.php
@@ -33,20 +33,26 @@ public function registerBundles(): iterable;
33
34
/**
35
* Loads the container configuration.
36
+ *
37
+ * @return void
38
*/
- public function registerContainerConfiguration(LoaderInterface $loader): void;
39
+ public function registerContainerConfiguration(LoaderInterface $loader);
40
41
42
* Boots the current kernel.
43
44
45
- public function boot(): void;
46
+ public function boot();
47
48
49
* Shutdowns the kernel.
50
*
51
* This method is mainly useful when doing functional testing.
52
53
54
- public function shutdown(): void;
55
+ public function shutdown();
56
57
58
* Gets the registered bundle instances.
0 commit comments