From 4797dd287ee9447f4fc85df436675893b90717e0 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Tue, 5 Sep 2017 10:51:38 +0800 Subject: [PATCH] Fixed Moodle PHPdoc check complaint --- element/digitalsignature/classes/element.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/element/digitalsignature/classes/element.php b/element/digitalsignature/classes/element.php index d218eb9..65c07ce 100644 --- a/element/digitalsignature/classes/element.php +++ b/element/digitalsignature/classes/element.php @@ -14,12 +14,20 @@ // You should have received a copy of the GNU General Public License // along with Moodle. If not, see . +/** + * This file contains the customcert element digitial signature's core interaction API. + * + * @package customcertelement_digitalsignature + * @copyright 2017 Mark Nelson + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + namespace customcertelement_digitalsignature; defined('MOODLE_INTERNAL') || die(); /** - * The customcert element signature's core interaction API. + * The customcert element digital signature's core interaction API. * * @package customcertelement_digitalsignature * @copyright 2017 Mark Nelson