소스 검색

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
      *                                   object identity
      * @param ObjectIdentityInterface $oid
-     * @return AclInterface
+     * @return MutableAclInterface
      */
     function createAcl(ObjectIdentityInterface $oid);