File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public function getPath(): string
31
31
return \dirname (__DIR__ );
32
32
}
33
33
34
- public function build (ContainerBuilder $ container )
34
+ public function build (ContainerBuilder $ container ): void
35
35
{
36
36
parent ::build ($ container );
37
37
@@ -44,15 +44,15 @@ public function build(ContainerBuilder $container)
44
44
}
45
45
}
46
46
47
- public function boot ()
47
+ public function boot (): void
48
48
{
49
49
/** @var ProxyAutoloaderInterface */
50
50
$ autoloader = $ this ->container ?->get('rekalogika.mapper.proxy_autoloader ' );
51
51
52
52
$ autoloader ->registerAutoloader ();
53
53
}
54
54
55
- public function shutdown ()
55
+ public function shutdown (): void
56
56
{
57
57
/** @var ProxyAutoloaderInterface */
58
58
$ autoloader = $ this ->container ?->get('rekalogika.mapper.proxy_autoloader ' );
You can’t perform that action at this time.
0 commit comments