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 1c3f1f9 commit 72e78cdCopy full SHA for 72e78cd
src/Contracts/Wildcard.php
@@ -5,8 +5,7 @@
5
interface Wildcard
6
{
7
/**
8
- * @param string|Wildcard $permission
9
- *
+ * @param string|Wildcard $permission
10
* @return bool
11
*/
12
public function implies($permission): bool;
0 commit comments