Skip to content

Commit ec6bfc4

Browse files
committed
up
1 parent 7213fc8 commit ec6bfc4

File tree

6 files changed

+530
-490
lines changed

6 files changed

+530
-490
lines changed

src/server/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ protected function handleCliCommand()
219219
$masterIsStarted = false;
220220

221221
if (!PhpHelper::isWin()) {
222-
$masterPid = ProcessHelper::getPidByPidFile($this->getPidFIle());
222+
$masterPid = ProcessHelper::getPidFromFile($this->getPidFIle());
223223
$masterIsStarted = ($masterPid > 0) && @posix_kill($masterPid, 0);
224224
}
225225

0 commit comments

Comments
 (0)