Passed
Push — main ( 1a087d...8eeb21 )
by Thierry
17:35 queued 13:18
created
app/Ajax/App/Meeting/Summary/Member.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 
36 36
         $this->deposits();
37 37
         $this->remitments();
38
-        if($isFinancial)
38
+        if ($isFinancial)
39 39
         {
40 40
             $this->fundings();
41 41
             $this->loans();
Please login to merge, or discard this patch.
app/Ajax/App/Meeting/Settlement/Fee.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
      */
117 117
     public function addSettlement(int $billId)
118 118
     {
119
-        if($this->session->closed)
119
+        if ($this->session->closed)
120 120
         {
121 121
             $this->notify->warning(trans('meeting.warnings.session.closed'));
122 122
             return $this->response;
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
      */
136 136
     public function delSettlement(int $billId)
137 137
     {
138
-        if($this->session->closed)
138
+        if ($this->session->closed)
139 139
         {
140 140
             $this->notify->warning(trans('meeting.warnings.session.closed'));
141 141
             return $this->response;
Please login to merge, or discard this patch.
app/Ajax/App/Meeting/Refund/Principal.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
      */
117 117
     public function createRefund(string $loanId)
118 118
     {
119
-        if($this->session->closed)
119
+        if ($this->session->closed)
120 120
         {
121 121
             $this->notify->warning(trans('meeting.warnings.session.closed'));
122 122
             return $this->response;
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
      */
138 138
     public function deleteRefund(int $refundId)
139 139
     {
140
-        if($this->session->closed)
140
+        if ($this->session->closed)
141 141
         {
142 142
             $this->notify->warning(trans('meeting.warnings.session.closed'));
143 143
             return $this->response;
Please login to merge, or discard this patch.