Skip to content

Commit

Permalink
Fixed typo in Zend_View_Helper_Navigation_HelperAbstract
Browse files Browse the repository at this point in the history
  • Loading branch information
froschdesign authored and antonis179 committed Jan 11, 2018
1 parent 2df99c2 commit 44c94a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/View/Helper/Navigation/HelperAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ public static function setDefaultAcl(Zend_Acl $acl = null)
* Sets default ACL role(s) to use when iterating pages if not explicitly
* set later with {@link setRole()}
*
* @param midex $role [optional] role to set. Expects null,
* @param mixed $role [optional] role to set. Expects null,
* string, or an instance of
* {@link Zend_Acl_Role_Interface}.
* Default is null, which sets no default
Expand Down

0 comments on commit 44c94a3

Please sign in to comment.