8000 Add void return because KernelInterface::boot() will get it in the fu… · allan-simon/symfony-bridge@6bed0ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 6bed0ef

Browse files
Add void return because KernelInterface::boot() will get it in the future
1 parent eec09d2 commit 6bed0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BrefKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function handle($request, $type = HttpKernelInterface::MASTER_REQUEST, $c
5454
* We also need to prepare the Cache dir in Kernel::boot in case we are in a Console or worker context
5555
* in which Kernel::handle is not called.
5656
*/
57-
public function boot()
57+
public function boot(): void
5858
{
5959
$this->prepareCacheDir(parent::getCacheDir(), $this->getCacheDir());
6060
$this->ensureLogDir($this->getLogDir());

0 commit comments

Comments
 (0)
0