MDL-29218 Repository: fixed a typo in the PHPDoc
This commit is contained in:
+2
-2
@@ -1140,7 +1140,7 @@ abstract class repository implements cacheable_object {
|
||||
*
|
||||
* @static
|
||||
* @param string $plugin repository plugin name
|
||||
* @param string $function funciton name
|
||||
* @param string $function function name
|
||||
* @return mixed
|
||||
*/
|
||||
public static function static_function($plugin, $function) {
|
||||
@@ -2430,7 +2430,7 @@ abstract class repository implements cacheable_object {
|
||||
|
||||
/**
|
||||
* For oauth like external authentication, when external repository direct user back to moodle,
|
||||
* this funciton will be called to set up token and token_secret
|
||||
* this function will be called to set up token and token_secret
|
||||
*/
|
||||
public function callback() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user