Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 2b8f3e0

Browse files
committed
add blank line
1 parent e407e84 commit 2b8f3e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Server/Manager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ protected function createPidFile()
447447
protected function removePidFile()
448448
{
449449
$pidFile = $this->getPidFile();
450+
450451
if (file_exists($pidFile)) {
451452
unlink($pidFile);
452453
}

0 commit comments

Comments
 (0)