FIX: Typo in cur methods PHPDoc

This commit is contained in:
Corey Sewell 2015-10-05 15:58:46 +13:00
parent ff562e126f
commit 4a70ffea06

View File

@ -387,7 +387,7 @@ class Controller extends RequestHandler implements TemplateGlobalProvider {
/**
* Returns the current controller
* @returns Controller
* @return Controller
*/
public static function curr() {
if(Controller::$controller_stack) {