@@ -137,7 +137,7 @@ |
||
137 | 137 | } else { |
138 | 138 | $headers = array_filter( |
139 | 139 | $_SERVER, |
140 | - static function ($key) { |
|
140 | + static function($key) { |
|
141 | 141 | return strpos($key, 'HTTP_') === 0; |
142 | 142 | }, |
143 | 143 | ARRAY_FILTER_USE_KEY |
@@ -152,7 +152,7 @@ |
||
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' => [ |