Test Failed
Push — master ( 2161c1...f2c904 )
by John
03:53
created
src/exceptions/AuthnetCurlException.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,4 +20,4 @@
 block discarded – undo
20 20
  * @license    http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0
21 21
  * @link       https://github.com/stymiee/authnetjson
22 22
  */
23
-class AuthnetCurlException Extends AuthnetException {}
24 23
\ No newline at end of file
24
+class AuthnetCurlException extends AuthnetException {}
25 25
\ No newline at end of file
Please login to merge, or discard this patch.
src/authnet/AuthnetWebhook.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      * @throws  \JohnConde\Authnet\AuthnetInvalidCredentialsException
53 53
      * @throws  \JohnConde\Authnet\AuthnetInvalidJsonException
54 54
      */
55
-    public function __construct($signature, $payload, Array $headers = [])
55
+    public function __construct($signature, $payload, array $headers = [])
56 56
     {
57 57
         $this->signature   = $signature;
58 58
         $this->webhookJson = $payload;
Please login to merge, or discard this patch.