Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit b828223

Browse files
committed
Fixed typo in Zend_View_Helper_Navigation_HelperAbstract
Closes zendframework#549
1 parent 4a80504 commit b828223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Zend/View/Helper/Navigation/HelperAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ public static function setDefaultAcl(Zend_Acl $acl = null)
952952
* Sets default ACL role(s) to use when iterating pages if not explicitly
953953
* set later with {@link setRole()}
954954
*
955-
* @param midex $role [optional] role to set. Expects null,
955+
* @param mixed $role [optional] role to set. Expects null,
956956
* string, or an instance of
957957
* {@link Zend_Acl_Role_Interface}.
958958
* Default is null, which sets no default

0 commit comments

Comments
 (0)