Skip to content

Commit 5ca052c

Browse files
committed
feat: add symfony 70 support
Signed-off-by: serhiidonii <[email protected]>
1 parent 429071b commit 5ca052c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kernel/SwooleKernelTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected function initializeContainer(): void
3434
}
3535
}
3636

37-
public function __wakeup()
37+
public function __wakeup(): void
3838
{
3939
self::__construct(
4040
$this->environment,

0 commit comments

Comments
 (0)