mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +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
|
@ -588,7 +588,7 @@ EOD;
|
|||
* @param array|stdClass $record data to use to up set the instance.
|
||||
* @param array $options options
|
||||
* @return stdClass repository instance record
|
||||
* @since 2.5.1
|
||||
* @since Moodle 2.5.1
|
||||
*/
|
||||
public function create_repository($type, $record=null, array $options = null) {
|
||||
$generator = $this->get_plugin_generator('repository_'.$type);
|
||||
|
@ -602,7 +602,7 @@ EOD;
|
|||
* @param array|stdClass $record data to use to up set the instance.
|
||||
* @param array $options options
|
||||
* @return repository_type object
|
||||
* @since 2.5.1
|
||||
* @since Moodle 2.5.1
|
||||
*/
|
||||
public function create_repository_type($type, $record=null, array $options = null) {
|
||||
$generator = $this->get_plugin_generator('repository_'.$type);
|
||||
|
|
|
@ -32,7 +32,7 @@ defined('MOODLE_INTERNAL') || die();
|
|||
* @category test
|
||||
* @copyright 2013 Frédéric Massart
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @since 2.5.1
|
||||
* @since Moodle 2.5.1
|
||||
*/
|
||||
class testing_repository_generator extends component_generator_base {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue