Skip to content

Commit 6503151

Browse files
Fix build
1 parent d71bcdb commit 6503151

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ interface MutableAclProviderInterface extends AclProviderInterface
66
{
77

88
/**
9-
* @phpstan-return MutableAclInterface
9+
* @param ObjectIdentityInterface $oid
10+
* @param array<mixed> $sids
11+
*
12+
* @return MutableAclInterface
1013
*/
1114
public function findAcl(ObjectIdentityInterface $oid, array $sids = []);
1215

1316
/**
14-
* @phpstan-return \SplObjectStorage<ObjectIdentityInterface, MutableAclInterface>
17+
* @param array<mixed> $oids
18+
* @param array<mixed> $sids
19+
*
20+
* @return \SplObjectStorage<ObjectIdentityInterface, MutableAclInterface>
1521
*/
1622
public function findAcls(array $oids, array $sids = []);
1723

0 commit comments

Comments
 (0)