Completed
Branch php72 (bc1797)
by John
02:04
created
Category
src/authnet/AuthnetWebhook.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 /**
4 4
  * This file is part of the AuthnetJSON package.
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
         } else {
136 136
             $headers = array_filter(
137 137
                 $_SERVER,
138
-                function ($key) {
138
+                function($key) {
139 139
                     return strpos($key, 'HTTP_') === 0;
140 140
                 },
141 141
                 ARRAY_FILTER_USE_KEY
Please login to merge, or discard this patch.
src/authnet/AuthnetJsonResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 /**
4 4
  * This file is part of the AuthnetJSON package.
Please login to merge, or discard this patch.
src/authnet/AuthnetWebhooksRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 /**
4 4
  * This file is part of the AuthnetJSON package.
Please login to merge, or discard this patch.
src/authnet/TransactionResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 /**
4 4
  * This file is part of the AuthnetJSON package.
Please login to merge, or discard this patch.
src/authnet/AuthnetSim.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 /**
4 4
  * This file is part of the AuthnetJSON package.
Please login to merge, or discard this patch.
src/authnet/AuthnetJsonRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 /**
4 4
  * This file is part of the AuthnetJSON package.
Please login to merge, or discard this patch.
src/authnet/AuthnetWebhooksResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 /**
4 4
  * This file is part of the AuthnetJSON package.
Please login to merge, or discard this patch.