Passed
Pull Request — master (#1348)
by Timo
32:03
created
Classes/Domain/Index/Queue/RecordMonitor/Helper/RootPageResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -187,7 +187,7 @@
 block discarded – undo
187 187
         }
188 188
         if ($this->extensionConfiguration->getIsUseConfigurationTrackRecordsOutsideSiteroot()) {
189 189
             $recordPageId = $this->getRecordPageId($table, $uid);
190
-            if($recordPageId === 0) {
190
+            if ($recordPageId === 0) {
191 191
                 return $rootPages;
192 192
             }
193 193
             $alternativeSiteRoots = $this->getAlternativeSiteRootPagesIds($table, $uid, $recordPageId);
Please login to merge, or discard this patch.