Skip to content

Commit

Permalink
fix phpdoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jrm-unamur committed Dec 3, 2018
1 parent 1de85b0 commit bcf5db5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions classes/observer.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@

/**
* Event observed by collapsibletopics format.
*
* @package format_collapsibletopics
* @author Jean-Roch Meurisse
* @copyright 2018 - Cellule TICE - Unversite de Namur
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class format_collapsibletopics_observer {
/**
Expand Down
5 changes: 5 additions & 0 deletions classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@

/**
* Implementation of the privacy subsystem plugin provider for the collapsible topics course format.
*
* @package format_collapsibletopics
* @author Jean-Roch Meurisse
* @copyright 2018 - Cellule TICE - Unversite de Namur
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements
// This plugin has data.
Expand Down

0 comments on commit bcf5db5

Please sign in to comment.