Skip to content

Commit

Permalink
[TASK] Add @extensionScannerIgnoreLine comment
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbltr committed Oct 18, 2024
1 parent aca5ca0 commit 8c5eea9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/Lib/Db.php
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@ public function getWhere()
// @extensionScannerIgnoreLine
$where .= $pageRepository->enableFields($this->table);
} else {
// extensionScannerIgnoreLine can be removed once support for TYPO3 12 is dropped
// @extensionScannerIgnoreLine
$constraints = $pageRepository->getDefaultConstraints($this->table);

Check failure on line 534 in Classes/Lib/Db.php

View workflow job for this annotation

GitHub Actions / Build PHP/TYPO3 (8.2, ^12)

Call to an undefined method TYPO3\CMS\Core\Domain\Repository\PageRepository::getDefaultConstraints().

Check failure on line 534 in Classes/Lib/Db.php

View workflow job for this annotation

GitHub Actions / Build PHP/TYPO3 (8.3, ^12)

Call to an undefined method TYPO3\CMS\Core\Domain\Repository\PageRepository::getDefaultConstraints().

Check failure on line 534 in Classes/Lib/Db.php

View workflow job for this annotation

GitHub Actions / Build PHP/TYPO3 (8.1, ^12)

Call to an undefined method TYPO3\CMS\Core\Domain\Repository\PageRepository::getDefaultConstraints().
$expressionBuilder = GeneralUtility::makeInstance(ConnectionPool::class)
->getQueryBuilderForTable($this->table)
Expand Down

0 comments on commit 8c5eea9

Please sign in to comment.