Skip to content

Commit e4d78b8

Browse files
committed
updated
the formatting
1 parent f4a08a9 commit e4d78b8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/Plugin.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,12 @@ function_requirements('whm_api');
205205
/**
206206
* @param \Symfony\Component\EventDispatcher\GenericEvent $event
207207
*/
208-
public static function getSettings(GenericEvent $event)
209-
{
210-
/**
211-
* @var \MyAdmin\Settings $settings
212-
**/
213-
$settings = $event->getSubject();
208+
public static function getSettings(GenericEvent $event)
209+
{
210+
/**
211+
* @var \MyAdmin\Settings $settings
212+
**/
213+
$settings = $event->getSubject();
214214
$settings->add_text_setting(self::$module, _('Costs & Limits'), 'website_ip_cost', _('Dedicated IP Cost'), _('This is the cost for purchasing an additional IP on top of a Website.'), (defined(WEBSITE_IP_COST) ? WEBSITE_IP_COST : 3));
215215
}
216216
}

0 commit comments

Comments
 (0)