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 d71bcdb commit 6503151Copy full SHA for 6503151
stubs/Component/Security/Acl/Model/MutableAclProviderInterface.stub
@@ -6,12 +6,18 @@ interface MutableAclProviderInterface extends AclProviderInterface
6
{
7
8
/**
9
- * @phpstan-return MutableAclInterface
+ * @param ObjectIdentityInterface $oid
10
+ * @param array<mixed> $sids
11
+ *
12
+ * @return MutableAclInterface
13
*/
14
public function findAcl(ObjectIdentityInterface $oid, array $sids = []);
15
16
- * @phpstan-return \SplObjectStorage<ObjectIdentityInterface, MutableAclInterface>
17
+ * @param array<mixed> $oids
18
19
20
+ * @return \SplObjectStorage<ObjectIdentityInterface, MutableAclInterface>
21
22
public function findAcls(array $oids, array $sids = []);
23
0 commit comments