Skip to content

Commit

Permalink
MDL-68200 core: Fix phpdoc for the external return functions
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaies committed May 12, 2020
1 parent 1ba5f0f commit a30bb16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/external/externallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public static function get_string($stringid, $component = 'moodle', $lang = null
/**
* Returns description of get_string() result value
*
* @return string
* @return external_description
* @since Moodle 2.4
*/
public static function get_string_returns() {
Expand Down Expand Up @@ -189,7 +189,7 @@ public static function get_strings($strings) {
/**
* Returns description of get_string() result value
*
* @return array
* @return external_description
* @since Moodle 2.4
*/
public static function get_strings_returns() {
Expand Down Expand Up @@ -281,7 +281,7 @@ public static function get_user_dates($contextid, $contextlevel, $instanceid, $t
/**
* Returns description of get_user_dates() result value
*
* @return array
* @return external_description
*/
public static function get_user_dates_returns() {
return new external_single_structure(
Expand Down Expand Up @@ -341,7 +341,7 @@ public static function get_component_strings($component, $lang = null) {
/**
* Returns description of get_component_strings() result value
*
* @return array
* @return external_description
* @since Moodle 2.4
*/
public static function get_component_strings_returns() {
Expand Down Expand Up @@ -429,7 +429,7 @@ public static function get_fragment($component, $callback, $contextid, $args = n
/**
* Returns description of get_fragment() result value
*
* @return array
* @return external_description
* @since Moodle 3.1
*/
public static function get_fragment_returns() {
Expand Down

0 comments on commit a30bb16

Please sign in to comment.