Skip to content
This repository has been archived by the owner on Nov 8, 2020. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
klapuch committed Apr 20, 2018
1 parent 8ab1fe1 commit 4ed5933
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Core/RestFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ public function __construct(
$this->forbiddenCriteria = $forbiddenCriteria;
}

protected function filter(): array
{
protected function filter(): array {
return (new ForbiddenSelection(
new FakeSelection(
array_diff_key(
Expand Down

0 comments on commit 4ed5933

Please sign in to comment.