mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +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
4
cache/classes/loaders.php
vendored
4
cache/classes/loaders.php
vendored
|
@ -892,7 +892,7 @@ class cache implements cache_loader {
|
|||
/**
|
||||
* Returns the loader associated with this instance.
|
||||
*
|
||||
* @since 2.4.4
|
||||
* @since Moodle 2.4.4
|
||||
* @return cache|false
|
||||
*/
|
||||
protected function get_loader() {
|
||||
|
@ -902,7 +902,7 @@ class cache implements cache_loader {
|
|||
/**
|
||||
* Returns the data source associated with this cache.
|
||||
*
|
||||
* @since 2.4.4
|
||||
* @since Moodle 2.4.4
|
||||
* @return cache_data_source|false
|
||||
*/
|
||||
protected function get_datasource() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue