We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72c294 commit 82d8e8cCopy full SHA for 82d8e8c
src/Descriptors/Relations/Relation.php
@@ -79,7 +79,7 @@ public function filters(Closure $filters): static
79
}
80
81
/**
82
- * @param iterable|string $abilities Abilities to check
+ * @param iterable<mixed>|string $abilities Abilities to check
83
* @param array<mixed> $arguments Arguments to pass to the policy method, the model is always the first argument
84
* @param string $gateClass Gate class to use, defaults to the default Gate implementation
85
* @param string|null $guard Guard to use, defaults to the default guard
0 commit comments