Skip to content

Commit

Permalink
Merge pull request #58 from cybercog/hotfix/parse-gate-arguments
Browse files Browse the repository at this point in the history
Fix parsing of gate arguments
  • Loading branch information
JosephSilber committed Feb 21, 2016
2 parents 784e1f8 + 233976f commit 9884d6a
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 9884d6a

Please sign in to comment.