Browse Source

ZF-12149: Fixed incorrect @param in phpDoc to function addRole

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24771 44c647ce-9c0f-0410-b52a-842ac1e357ba
adamlundrigan 13 years ago
parent
commit
954dbb05c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/Zend/Acl.php

+ 1 - 1
library/Zend/Acl.php

@@ -140,7 +140,7 @@ class Zend_Acl
      * will have the least priority, and the last parent added will have the
      * highest priority.
      *
-     * @param  Zend_Acl_Role_Interface              $role
+     * @param  Zend_Acl_Role_Interface|string       $role
      * @param  Zend_Acl_Role_Interface|string|array $parents
      * @uses   Zend_Acl_Role_Registry::add()
      * @return Zend_Acl Provides a fluent interface