Passed
Pull Request — master (#166)
by
unknown
17:57
created
Classes/Controller/AbstractSearchController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
         // document must be active
181 181
         if($showDeleted == false) {
182 182
 
183
-          //  $queryFilter['body']['query']['bool']['must'][]['term']['STATE'] = 'A';
183
+            //  $queryFilter['body']['query']['bool']['must'][]['term']['STATE'] = 'A';
184 184
 
185 185
         };
186 186
 
Please login to merge, or discard this patch.
Classes/Security/DocumentVoter.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
 
65 65
     public function __construct()
66 66
     {
67
-       $this->workflow = DocumentWorkflow::getWorkflow();
67
+        $this->workflow = DocumentWorkflow::getWorkflow();
68 68
     }
69 69
 
70 70
 
@@ -309,7 +309,7 @@  discard block
 block discarded – undo
309 309
             $this->workflow->can($document, \EWW\Dpf\Domain\Workflow\DocumentWorkflow::TRANSITION_REGISTER) &&
310 310
             $document->getCreator() === $this->security->getUser()->getUid()
311 311
         ) {
312
-           return TRUE;
312
+            return TRUE;
313 313
         }
314 314
 
315 315
         return FALSE;
Please login to merge, or discard this patch.