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 9c1b5df commit 018113d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Classes/EventListener/IndexContent.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace VV\T3meilisearch\EventListener;

use TYPO3\CMS\Core\Attribute\AsEventListener;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Frontend\Event\AfterCachedPageIsPersistedEvent;
use VV\T3meilisearch\Domain\Model\Document;
Expand Down Expand Up @@ -33,4 +32,4 @@ public function __invoke(AfterCachedPageIsPersistedEvent $event): void

$indexService->checkForFiles($tsfe);
}
}
}

0 comments on commit 018113d

Please sign in to comment.