Completed
Push — master ( b707d2...7b963d )
by Timo
19s queued 10s
created
Classes/System/Util/ArrayAccessor.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -165,10 +165,10 @@
 block discarded – undo
165 165
             // direct access for small paths
166 166
             case 1:
167 167
                $this->data[$pathArray[0]] = $value;
168
-               return;
168
+                return;
169 169
             case 2:
170 170
                $this->data[$pathArray[0]][$pathArray[1]] = $value;
171
-               return;
171
+                return;
172 172
             default:
173 173
                $this->setDeepElementWithLoop($pathArray, $value);
174 174
         }
Please login to merge, or discard this patch.
Classes/Typo3PageIndexer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use Apache_Solr_Document;
28 28
 use ApacheSolrForTypo3\Solr\Access\Rootline;
29 29
 use ApacheSolrForTypo3\Solr\Domain\Search\ApacheSolrDocument\Builder;
30
-use ApacheSolrForTypo3\Solr\Domain\Variants\IdBuilder;
31 30
 use ApacheSolrForTypo3\Solr\FieldProcessor\Service;
32 31
 use ApacheSolrForTypo3\Solr\IndexQueue\FrontendHelper\PageFieldMappingIndexer;
33 32
 use ApacheSolrForTypo3\Solr\IndexQueue\Item;
Please login to merge, or discard this patch.