Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI (#18)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
Warrick Bayman committed Mar 19, 2020
1 parent ad3663d commit 1170fd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Console/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ protected function loadConfig(): void
*/
protected function setConfiguredServer(): void
{

if ($this->config && $this->input->hasArgument('server')) {
$serverString = $this->argument('server') ?: $this->config->default();

Expand Down

0 comments on commit 1170fd8

Please sign in to comment.