Zend Framework

Missing prefix and type parameters in the PHPdoc of the addPrefixPath method in Zend_Form_Element

Details

  • Type: Docs:  Problem Docs: Problem
  • Status: Resolved Resolved
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: 1.9.0
  • Fix Version/s: 1.9.1
  • Component/s: Zend_Form
  • Labels:
    None
  • Language:
    English
  • Tags:

Description

Only the $path parameter is mentioned in the PHPdoc for the addPrefixPath method in Zend_Form_Element.
The following patch could be checked in :

Index: Zend/Form/Element.php
===================================================================
--- Zend/Form/Element.php	(revision 17501)
+++ Zend/Form/Element.php	(working copy)
@@ -990,7 +990,9 @@
      *
      * Otherwise, the path prefix is set on the appropriate plugin loader.
      *
+     * @param  string $prefix
      * @param  string $path
+     * @param  string $type
      * @return Zend_Form_Element
      * @throws Zend_Form_Exception for invalid type
      */

Activity

Hide
Satoru Yoshida added a comment -

Solved in SVN r17505

Show
Satoru Yoshida added a comment - Solved in SVN r17505

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: