Skip to content

Commit 5341349

Browse files
Fix build
1 parent d71bcdb commit 5341349

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

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

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

1315
/**
14-
* @phpstan-return \SplObjectStorage<ObjectIdentityInterface, MutableAclInterface>
16+
* @param array<mixed> $oids
17+
* @param array<mixed> $sids
18+
*
19+
* @return \SplObjectStorage<ObjectIdentityInterface, MutableAclInterface>
1520
*/
1621
public function findAcls(array $oids, array $sids = []);
1722

0 commit comments

Comments
 (0)