Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Mar 27, 2023
1 parent 9380904 commit b318181
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
use Joomla\CMS\Factory;
use Joomla\CMS\Filesystem\Folder;
use Joomla\CMS\Language\Associations;
use Joomla\CMS\Language\Language;
use Joomla\CMS\Language\LanguageFactoryInterface;
use Joomla\CMS\Language\LanguageHelper;
use Joomla\CMS\Language\Multilanguage;
Expand Down Expand Up @@ -113,8 +112,12 @@ final class LanguageFilter extends CMSPlugin
*
* @since 1.6.0
*/
public function __construct(DispatcherInterface $dispatcher, array $config,CMSApplicationInterface $app, LanguageFactoryInterface $languageFactory)
{
public function __construct(
DispatcherInterface $dispatcher,
array $config,
CMSApplicationInterface $app,
LanguageFactoryInterface $languageFactory
) {
parent::__construct($dispatcher, $config);

$this->languageFactory = $languageFactory;
Expand Down

0 comments on commit b318181

Please sign in to comment.