Completed
Push — master ( 7e1aad...2b4924 )
by John
01:53
created
src/authnet/AuthnetWebhooksRequest.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,8 +70,7 @@
 block discarded – undo
70 70
             $output .= '<tr><td colspan="2"><pre>' . "\n";
71 71
             $output .= $this->requestJson . "\n";
72 72
             $output .= '</pre></td></tr>' . "\n";
73
-        }
74
-        else {
73
+        } else {
75 74
             $output .= '<tr><td colspan="2" style="text-align: center;"><pre>N/A</pre></td></tr>' . "\n";
76 75
         }
77 76
         $output .= '</table>';
Please login to merge, or discard this patch.