Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Aug 1, 2015
1 parent a30c9bc commit 6310d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Strategy/InterruptStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function onStopConditionCheck(WorkerEvent $event)
*/
public function onPCNTLSignal($signo)
{
switch($signo) {
switch ($signo) {
case SIGTERM:
case SIGINT:
$this->interrupted = true;
Expand Down

0 comments on commit 6310d75

Please sign in to comment.