ZF-1931: missing array() language-construct

Description

http://framework.zend.com/manual/en/…

Example 8.16. Example usage for self-defined formats with PHP specifier


Zend_Date::setOptions('format_type' => 'php');

Should be


Zend_Date::setOptions(array('format_type' => 'php'));

Comments

Fixed with SVN 6293

Updating to comply with new IT component conventions.