Skip to content

Commit 82d8e8c

Browse files
committed
fix: update parameter type hint for abilities in Relation.php
1 parent c72c294 commit 82d8e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Descriptors/Relations/Relation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function filters(Closure $filters): static
7979
}
8080

8181
/**
82-
* @param iterable|string $abilities Abilities to check
82+
* @param iterable<mixed>|string $abilities Abilities to check
8383
* @param array<mixed> $arguments Arguments to pass to the policy method, the model is always the first argument
8484
* @param string $gateClass Gate class to use, defaults to the default Gate implementation
8585
* @param string|null $guard Guard to use, defaults to the default guard

0 commit comments

Comments
 (0)