mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #4649 from cjsewell/3.1
FIX: Typo in curr methods PHPDoc
This commit is contained in:
commit
3b192ea67c
@ -409,7 +409,7 @@ class Controller extends RequestHandler implements TemplateGlobalProvider {
|
||||
|
||||
/**
|
||||
* Returns the current controller
|
||||
* @returns Controller
|
||||
* @return Controller
|
||||
*/
|
||||
public static function curr() {
|
||||
if(Controller::$controller_stack) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user