MDL-45618 Fix @since PHPdoc tags.

This commit is contained in:
Tim Hunt 2014-05-19 17:03:04 +01:00
parent a929fd50f9
commit 5bcfd504df
110 changed files with 191 additions and 191 deletions

View file

@ -642,7 +642,7 @@ class moodle_page {
/**
* Returns an array of minipulations or false if there are none to make.
*
* @since 2.5.1 2.6
* @since Moodle 2.5.1 2.6
* @return bool|array
*/
protected function magic_get_blockmanipulations() {
@ -1906,7 +1906,7 @@ class moodle_page {
/**
* Returns the block region having made any required theme manipulations.
*
* @since 2.5.1 2.6
* @since Moodle 2.5.1 2.6
* @param string $region
* @return string
*/