Completed
Pull Request — master (#929)
by Timo
35:04
created
Classes/Typo3PageIndexer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -322,7 +322,7 @@
 block discarded – undo
322 322
         $document->setField('pid', $pageRecord['pid']);
323 323
 
324 324
         // variantId
325
-        $variantId = $this->variantIdBuilder->buildFromTypeAndUid('pages',  $this->page->id);
325
+        $variantId = $this->variantIdBuilder->buildFromTypeAndUid('pages', $this->page->id);
326 326
         $document->setField('variantId', $variantId);
327 327
 
328 328
         $document->setField('typeNum', $this->page->type);
Please login to merge, or discard this patch.