Completed
Push — master ( 9704fd...ec4249 )
by John
01:17
created
src/authnet/AuthnetJsonResponse.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -224,10 +224,10 @@
 block discarded – undo
224 224
     }
225 225
 
226 226
     /**
227
-    * Gets the transaction response from Authorize.Net in JSON format for logging purposes
228
-    *
229
-    * @return  string transaction response from Authorize.Net in JSON format
230
-    */
227
+     * Gets the transaction response from Authorize.Net in JSON format for logging purposes
228
+     *
229
+     * @return  string transaction response from Authorize.Net in JSON format
230
+     */
231 231
     public function getRawResponse()
232 232
     {
233 233
         return $this->responseJson;
Please login to merge, or discard this patch.