Completed
Push — master ( 4904bb...48f77b )
by Timo
11s
created
Classes/ContentObject/Relation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -353,7 +353,7 @@
 block discarded – undo
353 353
             $value = array_pop($relatedItemsFromForeignTable);
354 354
 
355 355
             // restore
356
-            $this->configuration= $backupConfiguration;
356
+            $this->configuration = $backupConfiguration;
357 357
             $parentContentObject->data = $backupRecord;
358 358
         }
359 359
 
Please login to merge, or discard this patch.
Classes/Facet/LinkBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -248,7 +248,7 @@
 block discarded – undo
248 248
 
249 249
             // find the currently used option for this facet
250 250
             foreach ($filterParameters as $key => $filter) {
251
-                list($filterName, ) = explode(':', $filter);
251
+                list($filterName,) = explode(':', $filter);
252 252
 
253 253
                 if ($filterName == $this->facetName) {
254 254
                     $indexToReplace = $key;
Please login to merge, or discard this patch.
Classes/Task/ReIndexTaskAdditionalFieldProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -212,7 +212,7 @@
 block discarded – undo
212 212
     /**
213 213
      * Check that a task is an instance of ReIndexTask
214 214
      *
215
-     * @param $task
215
+     * @param AbstractTask $task
216 216
      * @throws \LogicException
217 217
      */
218 218
     protected function isTaskInstanceofReIndexTask($task)
Please login to merge, or discard this patch.
Classes/Task/IndexQueueWorkerTaskAdditionalFieldProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
     /**
143 143
      * Check that a task is an instance of IndexQueueWorkerTask
144 144
      *
145
-     * @param $task
145
+     * @param AbstractTask $task
146 146
      * @throws \LogicException
147 147
      */
148 148
     protected function isTaskInstanceofIndexQueueWorkerTask($task)
Please login to merge, or discard this patch.