Passed
Pull Request — master (#1512)
by Timo
04:48
created
Classes/System/Service/SiteService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace ApacheSolrForTypo3\Solr\System\Service;
5 5
 
Please login to merge, or discard this patch.
Classes/Report/SolrConfigurationStatus.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -161,11 +161,11 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.