Skip to content

Commit

Permalink
Merge pull request #3 from MrCrankHank/analysis-8PeZgA
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
Alexander Hank authored Sep 21, 2016
2 parents b9a558c + f367ea7 commit ce3c0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ConsoleAccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class ConsoleAccess implements ConsoleAccessInterface
private $bin;

/**
* Full command
* Full command.
*
* @var
*/
Expand Down Expand Up @@ -163,7 +163,7 @@ public function param($param, $hidden = false, $escape = true, $delimiter = ' ')
$this->params[] = [
'param' => $param,
'hidden' => $hidden,
'delimiter' => $delimiter
'delimiter' => $delimiter,
];

return $this;
Expand Down

0 comments on commit ce3c0c3

Please sign in to comment.