Skip to content

Commit

Permalink
Remove the array type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSilber committed Feb 21, 2016
1 parent 9a2439e commit 784e1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Clipboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Clipboard
*/
public function registerAt(Gate $gate)
{
$gate->before(function ($user, $ability, array $arguments, $additional = null) {
$gate->before(function ($user, $ability, $arguments, $additional = null) {
list($model, $additional) = $this->parseGateArguments($arguments, $additional);

if ( ! is_null($additional)) {
Expand Down

0 comments on commit 784e1f8

Please sign in to comment.