Skip to content

Commit

Permalink
remove Pidfile method default return value should be true
Browse files Browse the repository at this point in the history
  • Loading branch information
banyancheung committed Jul 10, 2019
1 parent 2e7fe0b commit 2be450b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/src/Helper/ServerHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public static function removePidFile(string $pidFile): bool
return unlink($pidFile);
}

return false;
return true;
}

/**
Expand Down

0 comments on commit 2be450b

Please sign in to comment.