Details
-
Type:
Coding Standards Violation
-
Status:
Closed
-
Priority:
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
)
Changing fix version to 0.6.0.