Skip to content

Commit 445002b

Browse files
committed
Apply fixes from StyleCI
1 parent c60ee85 commit 445002b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FrankenPhp/ServerProcessInspector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function stopServer(): bool
6565
protected function adminUrl(): string
6666
{
6767
$serverStateFile = $this->serverStateFile->read();
68-
68+
6969
$adminHost = $serverStateFile['state']['adminHost'] ?? 'localhost';
7070
$adminPort = $serverStateFile['state']['adminPort'] ?? 2019;
7171

0 commit comments

Comments
 (0)