Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.6
-
Fix Version/s: 1.10.0
-
Component/s: Zend_Controller
-
Labels:None
-
Language:English
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.
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.