Skip to content

Commit 280197e

Browse files
Remove findAcls since it needs the next phpstan major
1 parent f023a22 commit 280197e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

stubs/Component/Security/Acl/Model/MutableAclProviderInterface.stub

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,4 @@ interface MutableAclProviderInterface extends AclProviderInterface
1313
*/
1414
public function findAcl(ObjectIdentityInterface $oid, array $sids = []);
1515

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-
2416
}

0 commit comments

Comments
 (0)