Skip to content

Commit 8a64236

Browse files
author
rtschu
committed
corrected comment params
1 parent 7294b7b commit 8a64236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locallib.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1641,11 +1641,11 @@ function moodleoverflow_delete_discussion($discussion, $course, $cm, $moodleover
16411641
/**
16421642
* Deletes a single moodleoverflow post.
16431643
*
1644-
* @param int $post The post ID
1644+
* @param object $post The post object
16451645
* @param array $children The child posts
16461646
* @param object $course The course object.
16471647
* @param object $cm The course module
1648-
* @param int $moodleoverflow The moodleoverflow ID
1648+
* @param object $moodleoverflow The moodleoverflow object
16491649
*
16501650
* @return bool Whether the deletion was successful
16511651
*/

0 commit comments

Comments
 (0)