Skip to content

Commit

Permalink
Remove accidentally commited merge noise
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFeeney committed Oct 31, 2017
1 parent ea69211 commit 8cd3108
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Shipper.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,15 +195,7 @@ protected function red($message, $lineBreak = true)

protected function getArgument()
{
<<<<<<< HEAD
if (!isset($this->arguments[1])) {
return;
}

return $this->arguments[1];
=======
return isset($this->arguments[1]) ? $this->arguments[1] : null;
>>>>>>> b1c58dafcc9cf4ac5eab5ea6e077528420ea5066
}

/**
Expand Down

0 comments on commit 8cd3108

Please sign in to comment.