Completed
Push — master ( 03fc4c...95d208 )
by Ralf
15s queued 12s
created
Classes/Controller/SearchController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -327,8 +327,8 @@
 block discarded – undo
327 327
     }
328 328
 
329 329
         /**
330
-     * extended search action
331
-     */
330
+         * extended search action
331
+         */
332 332
     public function extendedSearchAction()
333 333
     {
334 334
         /** @var FrontendUser $feUser */
Please login to merge, or discard this patch.
Classes/Services/Document/DocumentManager.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@
 block discarded – undo
194 194
             $updateResult = $document->getDocumentIdentifier();
195 195
         }
196 196
 
197
-     //   $this->persistenceManager->persistAll();
197
+        //   $this->persistenceManager->persistAll();
198 198
 
199 199
         if ($updateResult) {
200 200
 
Please login to merge, or discard this patch.