Passed
Push — develop ( 631924...03e02c )
by BENARD
05:43 queued 01:18
created
src/EventListener/Entity/ProofRequestListener.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
         }
87 87
     }
88 88
 
89
-     private function isAccepted(): bool
89
+        private function isAccepted(): bool
90 90
     {
91 91
         return array_key_exists('status', $this->changeSet)
92 92
             && $this->changeSet['status'][0] === ProofRequestStatus::STATUS_IN_PROGRESS
Please login to merge, or discard this patch.