Test Failed
Push — master ( 2161c1...f2c904 )
by John
03:53
created
src/exceptions/AuthnetTransactionResponseCallException.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 AuthnetTransactionResponseCallException Extends AuthnetException {}
24 23
\ No newline at end of file
24
+class AuthnetTransactionResponseCallException extends AuthnetException {}
25 25
\ No newline at end of file
Please login to merge, or discard this patch.
src/exceptions/AuthnetException.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 AuthnetException Extends \Exception {}
24 23
\ No newline at end of file
24
+class AuthnetException extends \Exception {}
25 25
\ No newline at end of file
Please login to merge, or discard this patch.
src/exceptions/AuthnetCannotSetParamsException.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 AuthnetCannotSetParamsException Extends AuthnetException {}
24 23
\ No newline at end of file
24
+class AuthnetCannotSetParamsException extends AuthnetException {}
25 25
\ No newline at end of file
Please login to merge, or discard this patch.
src/exceptions/AuthnetInvalidAmountException.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 AuthnetInvalidAmountException Extends AuthnetException {}
24 23
\ No newline at end of file
24
+class AuthnetInvalidAmountException extends AuthnetException {}
25 25
\ No newline at end of file
Please login to merge, or discard this patch.
src/exceptions/AuthnetInvalidCredentialsException.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 AuthnetInvalidCredentialsException Extends AuthnetException {}
24 23
\ No newline at end of file
24
+class AuthnetInvalidCredentialsException extends AuthnetException {}
25 25
\ No newline at end of file
Please login to merge, or discard this patch.
src/exceptions/AuthnetInvalidJsonException.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 AuthnetInvalidJsonException Extends AuthnetException {}
24 23
\ No newline at end of file
24
+class AuthnetInvalidJsonException extends AuthnetException {}
25 25
\ No newline at end of file
Please login to merge, or discard this patch.
src/exceptions/AuthnetInvalidParameterException.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 AuthnetInvalidParameterException Extends AuthnetException {}
24 23
\ No newline at end of file
24
+class AuthnetInvalidParameterException extends AuthnetException {}
25 25
\ No newline at end of file
Please login to merge, or discard this patch.
src/exceptions/AuthnetInvalidServerException.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,4 +21,4 @@
 block discarded – undo
21 21
  * @license    http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0
22 22
  * @link       https://github.com/stymiee/authnetjson
23 23
  */
24
-class AuthnetInvalidServerException Extends AuthnetException {}
25 24
\ No newline at end of file
25
+class AuthnetInvalidServerException extends AuthnetException {}
26 26
\ No newline at end of file
Please login to merge, or discard this patch.
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.