Completed
Push — master ( 396ee1...68164b )
by Tim
25s queued 12s
created
Classes/Domain/Repository/IndexRepository.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -214,8 +214,8 @@
 block discarded – undo
214 214
                 } elseif (\is_string($key) && \is_int($indexId)) {
215 215
                     // Table based single return value
216 216
                     $tabledIndexIds[] = [
217
-                         'table' => $key,
218
-                         'indexIds' => [$indexId],
217
+                            'table' => $key,
218
+                            'indexIds' => [$indexId],
219 219
                     ];
220 220
                 }
221 221
             }
Please login to merge, or discard this patch.
Classes/Updates/AbstractUpdate.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -18,9 +18,9 @@
 block discarded – undo
18 18
      */
19 19
     protected $title = '';
20 20
 
21
-     /**
22
-     * @var OutputInterface
23
-     */
21
+        /**
22
+         * @var OutputInterface
23
+         */
24 24
     protected $output;
25 25
 
26 26
     public function setOutput(OutputInterface $output): void
Please login to merge, or discard this patch.