Zend Framework

Zend::loadClass, Zend::loadInterface, Zend::loadFile - @param $dirs description improvement

Details

  • Type: Coding Standards Violation Coding Standards Violation
  • Status: Closed Closed
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: 0.1.5
  • Fix Version/s: 0.7.0
  • Component/s: Zend_Loader
  • Labels:
    None

Description

Zend::loadFile

@param string|null $directory

IMHO this param must be documented as:

@param string|array $dirs

because Zend::loadFile declaration begins with:

static public function loadFile($filename, $dirs=null, $once=false)

Zend::loadClass and Zend::loadInterface

@param string $dirs

IMHO this param must be documented as:

@param string|array $dirs

The reason depends on Zend::loadFile declaration )

Activity

Hide
Bill Karwin added a comment -

Changing fix version to 0.6.0.

Show
Bill Karwin added a comment - Changing fix version to 0.6.0.
Hide
Gavin added a comment -

Fixed in changeset 2387 (see Fisheye link below).

Show
Gavin added a comment - Fixed in changeset 2387 (see Fisheye link below).

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: