Completed
Push — master ( 2bdd71...716a2b )
by Ralf
22s queued 12s
created
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.