Fixed Moodle PHPdoc check complaint
This commit is contained in:
parent
d0b8df1816
commit
4797dd287e
1 changed files with 9 additions and 1 deletions
|
@ -14,12 +14,20 @@
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This file contains the customcert element digitial signature's core interaction API.
|
||||||
|
*
|
||||||
|
* @package customcertelement_digitalsignature
|
||||||
|
* @copyright 2017 Mark Nelson <markn@moodle.com>
|
||||||
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
|
*/
|
||||||
|
|
||||||
namespace customcertelement_digitalsignature;
|
namespace customcertelement_digitalsignature;
|
||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The customcert element signature's core interaction API.
|
* The customcert element digital signature's core interaction API.
|
||||||
*
|
*
|
||||||
* @package customcertelement_digitalsignature
|
* @package customcertelement_digitalsignature
|
||||||
* @copyright 2017 Mark Nelson <markn@moodle.com>
|
* @copyright 2017 Mark Nelson <markn@moodle.com>
|
||||||
|
|
Loading…
Reference in a new issue