@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | |
4 | 4 | namespace ApacheSolrForTypo3\Solr\System\Service; |
5 | 5 |
@@ -161,11 +161,11 @@ |
||
161 | 161 | /** @var $siteService SiteService */ |
162 | 162 | $siteService = GeneralUtility::makeInstance(SiteService::class); |
163 | 163 | $domain = $siteService->getFirstDomainForRootPage($rootPageId); |
164 | - if($domain === '') { |
|
164 | + if ($domain === '') { |
|
165 | 165 | $hasDomainInTypoScript = false; |
166 | 166 | } |
167 | 167 | |
168 | - if(!$hasDomainRecord && !$hasDomainInTypoScript) { |
|
168 | + if (!$hasDomainRecord && !$hasDomainInTypoScript) { |
|
169 | 169 | $rootPagesWithoutDomain[$rootPageId] = $rootPages[$rootPageId]; |
170 | 170 | } |
171 | 171 | } |