Skip to content

Commit

Permalink
CC
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Mar 30, 2024
1 parent f9ea8c9 commit b929cef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions classes/admin_setting_information.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,14 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later.
*/
class admin_setting_information extends \admin_setting {
/** @var int The minimum branch this is for. */
/**
* @var int The minimum branch this is for.
*/
protected $minbranch;

/** @var int The maximum branch this is for. */
/**
* @var int The maximum branch this is for.
*/
protected $maxbranch;

/**
Expand Down
8 changes: 6 additions & 2 deletions classes/admin_setting_markdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,14 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later.
*/
class admin_setting_markdown extends \admin_setting {
/** @var string Filename */
/**
* @var string Filename
*/
private $filename;

/** @var string Plugin path */
/**
* @var string Plugin path
*/
private $pluginpath;

/**
Expand Down

0 comments on commit b929cef

Please sign in to comment.