various phpdoc improvements and additions
added some getter methods for properties
This commit is contained in:
@ -15,12 +15,12 @@ use ManiaControl\Utils\ClassUtil;
|
||||
*/
|
||||
class MigrationHelper {
|
||||
/*
|
||||
* Private Properties
|
||||
* Private properties
|
||||
*/
|
||||
private $maniaControl = null;
|
||||
|
||||
/**
|
||||
* Construct Migration Helper
|
||||
* Construct a new migration helper instance
|
||||
*
|
||||
* @param ManiaControl $maniaControl
|
||||
*/
|
||||
|
Reference in New Issue
Block a user