mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-45618 Fix @since PHPdoc tags.
This commit is contained in:
parent
a929fd50f9
commit
5bcfd504df
110 changed files with 191 additions and 191 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue