Commit 62c9d6f 1 parent c8e8097 commit 62c9d6f Copy full SHA for 62c9d6f
File tree 2 files changed +2
-2
lines changed
Components/swoole/src/Server/ConnectionContext/Listener
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public function handle(EventParam $e): void
44
44
{
45
45
RequestContext::set ('server ' , $ server );
46
46
// @phpstan-ignore-next-line
47
- $ server ->getBean ('ConnectionContextStore ' )-> init () ;
47
+ $ server ->getBean ('ConnectionContextStore ' );
48
48
if (Imi::getClassPropertyValue ('ServerGroup ' , 'status ' ))
49
49
{
50
50
/** @var \Imi\Server\Group\Handler\IGroupHandler $groupHandler */
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class StoreHandler implements IHandler
32
32
*/
33
33
private ?IHandler $ handler = null ;
34
34
35
- public function init (): void
35
+ public function __init (): void
36
36
{
37
37
$ this ->getHandler ();
38
38
}
You can’t perform that action at this time.
0 commit comments