MDL-34962 whitespace fix

This commit is contained in:
Eloy Lafuente (stronk7) 2012-09-11 20:09:08 +02:00
parent 498bc10c36
commit 97f6be20ac

View File

@ -65,7 +65,7 @@ class core_webservice_external extends external_api {
* Note:
* - no capability checking because we return only known information about logged user
*
* @param array $serviceshortnames - DEPRECATED PARAMETER - values will be ignored -
* @param array $serviceshortnames - DEPRECATED PARAMETER - values will be ignored -
* it was an original design error, we keep for backward compatibility.
* @return array site info
* @since Moodle 2.2
@ -252,4 +252,4 @@ class moodle_webservice_external extends external_api {
public static function get_siteinfo_returns() {
return core_webservice_external::get_site_info_returns();
}
}
}