Zend Framework

Spelling error in Zend/View/Abstract.php

Details

  • Type: Docs:  Problem Docs: Problem
  • Status: Resolved Resolved
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: 1.9.6
  • Fix Version/s: 1.10.0
  • Component/s: Zend_View
  • Labels:
    None
  • Language:
    English

Description

Hello,

in file "Zend/View/Abstract.php" the docblock for "public function render($name)" contains a little spelling error.
The word "script" appears twice in @param.

/**
* Processes a view script and returns the output.
*
* @param string $name The script script name to process.
* @return string The script output.
*/

Should be:

/**
* Processes a view script and returns the output.
*
* @param string $name The script name to process.
* @return string The script output.
*/

Nothing important, I just wanted to let you know.

Regards,
Rene

Activity

Hide
Satoru Yoshida added a comment -

Thank You for report, Rene Roesch.

Solved in SVN r20210. I found same issue on Zend/View/Interface.php , too.

Show
Satoru Yoshida added a comment - Thank You for report, Rene Roesch. Solved in SVN r20210. I found same issue on Zend/View/Interface.php , too.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: