Преглед изворни кода

fix expected return type of MutableAclProvider

Toni Uebernickel пре 13 година
родитељ
комит
360f5745cb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Symfony/Component/Security/Acl/Model/MutableAclProviderInterface.php

+ 1 - 1
src/Symfony/Component/Security/Acl/Model/MutableAclProviderInterface.php

@@ -24,7 +24,7 @@ interface MutableAclProviderInterface extends AclProviderInterface
      * @throws AclAlreadyExistsException when there already is an ACL for the given
      * @throws AclAlreadyExistsException when there already is an ACL for the given
      *                                   object identity
      *                                   object identity
      * @param ObjectIdentityInterface $oid
      * @param ObjectIdentityInterface $oid
-     * @return AclInterface
+     * @return MutableAclInterface
      */
      */
     function createAcl(ObjectIdentityInterface $oid);
     function createAcl(ObjectIdentityInterface $oid);