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 f023a22 commit 280197eCopy full SHA for 280197e
stubs/Component/Security/Acl/Model/MutableAclProviderInterface.stub
@@ -13,12 +13,4 @@ interface MutableAclProviderInterface extends AclProviderInterface
13
*/
14
public function findAcl(ObjectIdentityInterface $oid, array $sids = []);
15
16
- /**
17
- * @param array<mixed> $oids
18
- * @param array<mixed> $sids
19
- *
20
- * @return \SplObjectStorage<ObjectIdentityInterface, MutableAclInterface>
21
- */
22
- public function findAcls(array $oids, array $sids = []);
23
-
24
}
0 commit comments