Skip to content

Commit

Permalink
Merge pull request #10 from zachleigh/analysis-zYW0gY
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
zachleigh committed Mar 24, 2017
2 parents 8d21906 + ca69f3f commit 7587427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Output/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ public function getLog($index = null)
if (is_null($index)) {
return $this->log;
}

return $this->log[$index];
}

/**
* Return true if log contains message.
*
* @param string $message
* @param string $message
*
* @return boolean
* @return bool
*/
public function hasMessage($message)
{
Expand Down

0 comments on commit 7587427

Please sign in to comment.