Skip to content

Commit

Permalink
Fix parsing of gate arguments #54
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Feb 21, 2016
1 parent 784e1f8 commit 233976f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Clipboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ protected function parseGateArguments($arguments, $additional)
];
}

return [
head($arguments) ?: null,
null
];
return [$arguments, null];
}

/**
Expand Down

0 comments on commit 233976f

Please sign in to comment.