Passed
Push — master ( 718b7a...cab810 )
by George
04:41
created
src/AwsSesBounceComplaintHandler.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
 
124 124
         if ($res->getStatusCode() === 200){
125 125
             Log::info("SubscriptionConfirmation was auto confirmed!");
126
-        }else{
126
+        } else{
127 127
             Log::warning("SubscriptionConfirmation could not be auto confirmed!");
128 128
             Log::info($data['SubscribeURL']);
129 129
         }
Please login to merge, or discard this patch.