MDL-77164 various: fix incorrect phpdocs
This commit is contained in:
@@ -106,7 +106,7 @@ class core_plugin_manager {
|
||||
/**
|
||||
* Factory method for this class
|
||||
*
|
||||
* @return core_plugin_manager the singleton instance
|
||||
* @return static the singleton instance
|
||||
*/
|
||||
public static function instance() {
|
||||
if (is_null(static::$singletoninstance)) {
|
||||
|
||||
Reference in New Issue
Block a user