Skip to content

Commit

Permalink
CI: Fix psaml (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre authored Mar 7, 2024
1 parent 09e6220 commit 8dc81ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Classes/Service/ConfigurationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ public function expandExcludeString(string $excludeString): array
* - "_TABLE:[TCA table name];[_PID:[optional page id, default is current page]];[_ENABLELANG:1]" = Look up of table records from PID, filtering out deleted records. Example "_TABLE:tt_content; _PID:123"
* _ENABLELANG:1 picks only original records without their language overlays
* - Default: Literal value
* @throws \Doctrine\DBAL\DBALException
*/
private function expandParameters(array $paramArray, int $pid): array
{
Expand Down Expand Up @@ -406,9 +405,6 @@ private function expandPidList(array $treeCache, int $pid, int $depth, PageTreeV
return $pidList;
}

/**
* @throws \Doctrine\DBAL\DBALException
*/
private function extractParamsFromCustomTable(
array $subpartParams,
int $pid,
Expand Down
1 change: 0 additions & 1 deletion Classes/Service/UrlService.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class UrlService
* @param int $httpsOrHttp see tx_crawler_configuration.force_ssl
* @throws \TYPO3\CMS\Core\Exception\SiteNotFoundException
* @throws \TYPO3\CMS\Core\Routing\InvalidRouteArgumentsException
* @throws \Doctrine\DBAL\DBALException
* @throws \Doctrine\DBAL\Driver\Exception
*/
public function getUrlFromPageAndQueryParameters(
Expand Down

0 comments on commit 8dc81ae

Please sign in to comment.