Skip to content

Commit 63a9792

Browse files
committed
MBS-10415: Add missing @Package in doc blocks
1 parent 8919433 commit 63a9792

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

block_massaction.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
/**
2121
* Configures and displays the block.
2222
*
23+
* @package block_massaction
2324
* @copyright 2013 University of Minnesota
2425
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2526
*/

classes/actions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
/**
3737
* actions class: Utility class providing methods for actions performed by the massaction block.
3838
*
39+
* @package block_massaction
3940
* @copyright 2021 ISB Bayern
4041
* @author Philipp Memmel
4142
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

classes/massactionutils.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
/**
3232
* Utility class providing methods for generating data used by the massaction block.
3333
*
34+
* @package block_massaction
3435
* @copyright 2021 ISB Bayern
3536
* @author Philipp Memmel
3637
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

classes/privacy/provider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
/**
2020
* Privacy Subsystem for blocks_massaction implementing null_provider.
2121
*
22+
* @package block_massaction
2223
* @copyright 2021 ISB Bayern
2324
* @author Philipp Memmel
2425
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

classes/task/duplicate_task.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* duplicate_task class: Adhoc task to process duplicating course modules from the block_massaction plugin.
2727
*
28+
* @package block_massaction
2829
* @copyright 2022 ISB Bayern
2930
* @author Philipp Memmel
3031
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

0 commit comments

Comments
 (0)