Skip to content

Commit 318cc1f

Browse files
committed
Apply Fixes on StyleCI
1 parent 1b87a3d commit 318cc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Artistas/PagSeguroClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function notification($notificationCode, $notificationType = 'transaction
203203
'email' => $this->email,
204204
'token' => $this->token,
205205
], $this->url['notifications'].$notificationCode, false);
206-
else if ($notificationType == 'preApproval') {
206+
} elseif ($notificationType == 'preApproval') {
207207
return $this->sendTransaction([
208208
'email' => $this->email,
209209
'token' => $this->token,

0 commit comments

Comments
 (0)