Skip to content

Commit

Permalink
[TASK] Apply code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbltr committed Feb 2, 2024
1 parent 102f396 commit 0f3d011
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Classes/Indexer/Types/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
* @author Andreas Kiefer
* @author Christian Bülter
*/
use Exception;
use Tpwd\KeSearch\Domain\Repository\ContentRepository;
use Tpwd\KeSearch\Domain\Repository\IndexRepository;
use Tpwd\KeSearch\Domain\Repository\PageRepository;
Expand All @@ -37,8 +36,8 @@
use Tpwd\KeSearch\Lib\Db;
use Tpwd\KeSearch\Lib\SearchHelper;
use Tpwd\KeSearch\Service\AdditionalContentService;
use Tpwd\KeSearch\Utility\FileUtility;
use Tpwd\KeSearch\Utility\ContentUtility;
use Tpwd\KeSearch\Utility\FileUtility;
use TYPO3\CMS\Backend\Configuration\TranslationConfigurationProvider;
use TYPO3\CMS\Backend\Utility\BackendUtility;
use TYPO3\CMS\Core\Domain\Repository\PageRepository as CorePageRepository;
Expand Down
1 change: 0 additions & 1 deletion Classes/Indexer/Types/TtContent.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Tpwd\KeSearch\Domain\Repository\TtContentRepository;
use Tpwd\KeSearch\Lib\Db;
use Tpwd\KeSearch\Lib\SearchHelper;
use Tpwd\KeSearch\Utility\ContentUtility;
use TYPO3\CMS\Core\Database\Query\Restriction\EndTimeRestriction;
use TYPO3\CMS\Core\Database\Query\Restriction\StartTimeRestriction;
use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
Expand Down
3 changes: 2 additions & 1 deletion Classes/Service/AdditionalContentService.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ public function init(array $indexerConfig)
* @param array $ttContentRow
* @return array
*/
public function getContentAndFilesFromAdditionalTables(array $ttContentRow): array {
public function getContentAndFilesFromAdditionalTables(array $ttContentRow): array
{
$content = ' ';
$files = [];
$config = false;
Expand Down

0 comments on commit 0f3d011

Please sign in to comment.