Skip to content

Commit

Permalink
Fix a CS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
HavokInspiration committed Jan 2, 2017
1 parent bb435df commit c2521b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Console/ConsoleInputOption.php
Expand Up @@ -95,8 +95,7 @@ public function __construct(
$default = '',
$choices = [],
$multiple = false
)
{
) {
if (is_array($name) && isset($name['name'])) {
foreach ($name as $key => $value) {
$this->{'_' . $key} = $value;
Expand Down

0 comments on commit c2521b4

Please sign in to comment.