From 8a856ec5146e1553cdbc2f97c70e42a95573f705 Mon Sep 17 00:00:00 2001 From: Alexander Hank Date: Sat, 24 Sep 2016 12:34:59 +0000 Subject: [PATCH] Applied fixes from StyleCI --- src/ConsoleAccess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ConsoleAccess.php b/src/ConsoleAccess.php index 36bd2e2..d358ce1 100755 --- a/src/ConsoleAccess.php +++ b/src/ConsoleAccess.php @@ -161,7 +161,7 @@ public function param($param, $hidden = false, $escape = true) $this->params[] = [ 'param' => $param, - 'hidden' => $hidden + 'hidden' => $hidden, ]; return $this;