Skip to content

Commit

Permalink
GH-171: Linting phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderJacob committed Apr 24, 2024
1 parent 174b61a commit db14f62
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions classes/observer.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,9 @@ public static function user_enrolment_created($data) {
/**
* Enroll all participants inside the course.
*
* @param bool $update
* @param object $data
* @param object $adelelp
* @param base $data
* @param bool $update
*/
public static function enroll_all_participants($adelelp, $data, $update=false) {
$learningpath = learning_paths::get_learning_path_by_id($adelelp->learningpathid);
Expand All @@ -110,10 +109,9 @@ public static function enroll_all_participants($adelelp, $data, $update=false) {
/**
* Enroll all participants inside the starting nodes.
*
* @param bool $update
* @param object $data
* @param object $adelelp
* @param base $data
* @param bool $update
*/
public static function enroll_starting_nodes_participants($adelelp, $data, $update=false) {
$learningpath = learning_paths::get_learning_path_by_id($adelelp->learningpathid);
Expand Down

0 comments on commit db14f62

Please sign in to comment.