MDL-21249 workshop and its subplugins: fixing phpdocs @package and @subpackage
This commit is contained in:
@@ -21,9 +21,10 @@
|
||||
* The allocation logic itself is delegated to allocators - subplugins in ./allocation
|
||||
* folder.
|
||||
*
|
||||
* @package mod-workshop
|
||||
* @copyright 2009 David Mudrak <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @package mod
|
||||
* @subpackage workshop
|
||||
* @copyright 2009 David Mudrak <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
require_once(dirname(dirname(dirname(__FILE__))).'/config.php');
|
||||
|
||||
Reference in New Issue
Block a user