Correct PHP-Doc in FrontController for get PHPView. Add some methods into PHPView autocompletion interface (PHP-Doc).
This commit is contained in:
@ -69,7 +69,7 @@ class FrontController
|
||||
/**
|
||||
*
|
||||
* @param null $view
|
||||
* @return iView
|
||||
* @return PHPView
|
||||
*/
|
||||
public function getView($view = null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user