Skip to content

Commit

Permalink
Update doc on UpgradeSelfCheck properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Quetzacoalt91 committed Feb 27, 2019
1 parent fa12221 commit c8ad427
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion classes/UpgradeSelfCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,27 @@ class UpgradeSelfCheck
*/
private $configDir = '/modules/autoupgrade/config.xml';

private$upgrader;
/**
* @var Upgrader
*/
private $upgrader;

/**
* Path to the root folder of PS
* @var string
*/
private $prodRootPath;

/**
* Path to the admin folder of PS
* @var string
*/
private $adminPath;

/**
* Path to the root folder of the upgrade module
* @var string
*/
private $autoUpgradePath;

/**
Expand Down

0 comments on commit c8ad427

Please sign in to comment.