Skip to content

Commit 6c89d48

Browse files
committed
updated
the formatting
1 parent 3c6e105 commit 6c89d48

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/Plugin.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ public static function getHooks()
4141
*/
4242
public static function getRequirements(GenericEvent $event)
4343
{
44-
/**
45-
* @var \MyAdmin\Plugins\Loader $this->loader
46-
*/
47-
$loader = $event->getSubject();
44+
/**
45+
* @var \MyAdmin\Plugins\Loader $this->loader
46+
*/
47+
$loader = $event->getSubject();
4848
$loader->add_page_requirement('vps_hdspace', '/../vendor/detain/myadmin-hd-vps-addon/src/vps_hdspace.php');
4949
}
5050

@@ -110,12 +110,12 @@ public static function doDisable(\ServiceHandler $serviceOrder, $repeatInvoiceId
110110
/**
111111
* @param \Symfony\Component\EventDispatcher\GenericEvent $event
112112
*/
113-
public static function getSettings(GenericEvent $event)
114-
{
115-
/**
116-
* @var \MyAdmin\Settings $settings
117-
**/
118-
$settings = $event->getSubject();
113+
public static function getSettings(GenericEvent $event)
114+
{
115+
/**
116+
* @var \MyAdmin\Settings $settings
117+
**/
118+
$settings = $event->getSubject();
119119
$settings->add_text_setting(self::$module, _('Addon Costs'), 'vps_hd_cost', _('VPS Additional HD Space Cost'), _('This is the cost for purchasing additional HD space for a VPS.'), $settings->get_setting('VPS_HD_COST'));
120120
}
121121
}

0 commit comments

Comments
 (0)