Passed
Branch master (1abeda)
by John
05:13 queued 02:38
created
src/authnet/AuthnetJsonRequest.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
      * @throws  AuthnetCurlException
153 153
      * @throws  AuthnetInvalidJsonException
154 154
      */
155
-    public function __call($api_call, Array $args)
155
+    public function __call($api_call, array $args)
156 156
     {
157 157
         $authentication = [
158 158
             'merchantAuthentication' => [
Please login to merge, or discard this patch.