Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

Fix typo in PhpDoc #549

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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