Skip to content

Commit

Permalink
Merge pull request #4 from MrCrankHank/analysis-z42nL7
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
Alexander Hank authored Sep 24, 2016
2 parents 80e2d7c + 8a856ec commit 8285866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConsoleAccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public function param($param, $hidden = false, $escape = true)

$this->params[] = [
'param' => $param,
'hidden' => $hidden
'hidden' => $hidden,
];

return $this;
Expand Down

0 comments on commit 8285866

Please sign in to comment.