Skip to content

Commit

Permalink
chore: use correct coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
runepiper committed Apr 24, 2024
1 parent 04440fc commit 6880640
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace VV\T3meilisearch\EventListener;

use MeiliSearch\Client;
use TYPO3\CMS\Backend\Backend\Event\SystemInformationToolbarCollectorEvent;
use TYPO3\CMS\Backend\Toolbar\Enumeration\InformationStatus;
use TYPO3\CMS\Core\Configuration\ExtensionConfiguration;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use MeiliSearch\Client;

class AddVersionToSystemInformationToolbar
{
Expand All @@ -20,7 +20,7 @@ public function __invoke(SystemInformationToolbarCollectorEvent $event): void
'Meilisearch Version',
$version,
'actions-search',
InformationStatus::STATUS_NOTICE
InformationStatus::STATUS_NOTICE
);
}
}

0 comments on commit 6880640

Please sign in to comment.