Skip to content

Commit

Permalink
Shorter line
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota committed Oct 12, 2018
1 parent 53b1181 commit ee3699c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Shell/WorkerShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,11 @@ protected function _processKillSignal($signal)
$this->_signalReceived = $signal;
$this->_manager->stopConsuming();

$this->out('<success>' . __('Received {signal}, will shutdown once current job is completed.', ['signal' => $signal]) . '</success>');
$this->out(
'<success>' .
__('Received {signal}, will shutdown once current job is completed.', ['signal' => $signal]) .
'</success>'
);
}

protected function _enableListeners()
Expand Down

0 comments on commit ee3699c

Please sign in to comment.