MDL-47494 ddmarker: NOBUG some fixes to php doc comments
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* This page lets admins check the environment requirements for this question type.
|
||||
* This page lets admin convert imagetarget questions to the ddmarker question type.
|
||||
*
|
||||
* @package qtype
|
||||
* @subpackage pmatch
|
||||
* @copyright 2012 The Open University
|
||||
* @subpackage ddmarker
|
||||
* @copyright 2012 Jamie Pratt
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -19,8 +18,8 @@
|
||||
* These classes handle transforming arrays of records into a linked tree of contexts, categories and questions.
|
||||
*
|
||||
* @package qtype
|
||||
* @subpackage pmatch
|
||||
* @copyright 2012 The Open University
|
||||
* @subpackage ddmarker
|
||||
* @copyright 2012 Jamie Pratt
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
abstract class qtype_ddmarker_list_item {
|
||||
|
||||
Reference in New Issue
Block a user