Skip to content

Commit e24327b

Browse files
committed
updated
the formatting
1 parent aa4fe27 commit e24327b

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
@@ -105,12 +105,12 @@ public static function loadProcessing(GenericEvent $event)
105105
/**
106106
* @param \Symfony\Component\EventDispatcher\GenericEvent $event
107107
*/
108-
public static function getSettings(GenericEvent $event)
109-
{
110-
/**
111-
* @var \MyAdmin\Settings $settings
112-
**/
113-
$settings = $event->getSubject();
108+
public static function getSettings(GenericEvent $event)
109+
{
110+
/**
111+
* @var \MyAdmin\Settings $settings
112+
**/
113+
$settings = $event->getSubject();
114114
$settings->add_dropdown_setting(self::$module, _('General'), 'outofstock_servers', _('Out Of Stock Servers'), _('Enable/Disable Sales Of This Type'), $settings->get_setting('OUTOFSTOCK_SERVERS'), ['0', '1'], ['No', 'Yes']);
115115
}
116116
}

0 commit comments

Comments
 (0)