Skip to content

Commit

Permalink
style(optional-policies): remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed Dec 4, 2024
1 parent 75e1411 commit 193cedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repositories/PolicyRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function clearCache()

public function findOrFail(string $id): Policy
{
/** @phpstan-ignore-next-line Method FoF\Terms\Repositories\PolicyRepository::findOrFail() should return FoF\Terms\Policy but returns Illuminate\Database\Eloquent\Model. */
/** @phpstan-ignore-next-line Method FoF\Terms\Repositories\PolicyRepository::findOrFail() should return FoF\Terms\Policy but returns Illuminate\Database\Eloquent\Model. */
return $this->policy->newQuery()->findOrFail($id);
}

Expand Down

0 comments on commit 193cedb

Please sign in to comment.