Skip to content

Commit

Permalink
Merge pull request #1 from faiverson/analysis-zRrkYp
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
faiverson authored Nov 12, 2019
2 parents a90f0bc + d2d8919 commit a3b9eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/Directives/CanDirective.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ protected function getAdditionalArguments(): array
{
$directiveArgs = (array) $this->directiveArgValue('args');
$inputArgs = $this->directiveArgValue('input') === true ? [$this->args] : [];

return array_merge($directiveArgs, $inputArgs);
}
}

0 comments on commit a3b9eb2

Please sign in to comment.