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 c60ee85 commit 445002bCopy full SHA for 445002b
src/FrankenPhp/ServerProcessInspector.php
@@ -65,7 +65,7 @@ public function stopServer(): bool
65
protected function adminUrl(): string
66
{
67
$serverStateFile = $this->serverStateFile->read();
68
-
+
69
$adminHost = $serverStateFile['state']['adminHost'] ?? 'localhost';
70
$adminPort = $serverStateFile['state']['adminPort'] ?? 2019;
71
0 commit comments