We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fded09 commit 9aaec4cCopy full SHA for 9aaec4c
src/HttpServerProcess.php
@@ -70,8 +70,8 @@ public function __construct(
70
);
71
72
$this->onStart($this->startServer(...));
73
- $this->onStop($this->stopServer(...));
74
- $this->onReload($this->stopServer(...));
+ $this->onStop($this->stopServer(...), -1000);
+ $this->onReload($this->stopServer(...), -1000);
75
}
76
77
public static function handleBy(): array
0 commit comments