Skip to content

Commit 7872e17

Browse files
committed
updated
the formatting
1 parent f719f3b commit 7872e17

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

0 commit comments

Comments
 (0)