Passed
Pull Request — main (#57)
by Thierry
15:28 queued 13s
created
app/Console/Commands/CreateAnnotationsDir.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * Execute the console command.
29 29
      *
30
-      * @return int
30
+     * @return int
31 31
      */
32 32
     public function handle()
33 33
     {
Please login to merge, or discard this patch.
app/Console/Commands/ConvertPoolProperties.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * Execute the console command.
29 29
      *
30
-      * @return int
30
+     * @return int
31 31
      */
32 32
     public function handle()
33 33
     {
Please login to merge, or discard this patch.
app/Ajax/CallableChargeClass.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -40,12 +40,12 @@
 block discarded – undo
40 40
      * @return void
41 41
      */
42 42
 
43
-     protected function getCharge()
44
-     {
45
-         $chargeId = $this->target()->method() === 'home' ?
43
+        protected function getCharge()
44
+        {
45
+            $chargeId = $this->target()->method() === 'home' ?
46 46
              $this->target()->args()[0] : $this->bag('meeting')->get('charge.id');
47
-         $this->charge = $this->chargeService->getCharge($chargeId);
48
-     }
47
+            $this->charge = $this->chargeService->getCharge($chargeId);
48
+        }
49 49
   
50 50
     /**
51 51
      * @return void
Please login to merge, or discard this patch.