Fixed Moodle PHPdoc check complaint
This commit is contained in:
parent
7a40ebfc77
commit
20126a0fa2
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
|
||||
// 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;
|
||||
|
||||
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 <markn@moodle.com>
|
||||
|
|
Loading…
Reference in a new issue