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