ZF-8392: Wrong desc
Description
{{Zend_Controller_Front (#511)}} Shouldn't return type be {{Zend_Controller_Router_Rewrite}} instead of {{Zend_Controller_Router_Interface}}?
{{Zend_Controller_Router_Route (#156)}} Duplicated {{@param $reqs}} and missing {{@param $locale}} desc.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-11-25T09:12:20.000+0000
re: "Shouldn't return type be Zend_Controller_Router_Rewrite instead of Zend_Controller_Router_Interface" -- No. While Router_Rewrite is the default router shipped with ZF, you can attach different router classes that implement Zend_Controller_Router_Interface; in fact, Router_Rewrite is itself an implementation of it.
The second point is valid, however.
Posted by Marco Kaiser (bate) on 2009-11-25T09:21:03.000+0000
Zend_Controller_Front line 511 its correct so because the base class is _interface The double documented thing will be fixed
Posted by Marco Kaiser (bate) on 2009-11-25T09:23:18.000+0000
fixed in r19242