@@ -25,7 +25,7 @@ |
||
| 25 | 25 | { |
| 26 | 26 | $configJson = file_get_contents("bin/configs/http-headers-config.json"); |
| 27 | 27 | |
| 28 | - $this->headers = json_decode($configJson); |
|
| 28 | + $this->headers = json_decode($configJson); |
|
| 29 | 29 | } |
| 30 | 30 | |
| 31 | 31 | public static function get($url, $extraHeaders = []) |
@@ -1,4 +1,4 @@ |
||
| 1 | -<?php declare(strict_types=1); |
|
| 1 | +<?php declare(strict_types = 1); |
|
| 2 | 2 | /** |
| 3 | 3 | * @license MIT |
| 4 | 4 | * @author Samuel Adeshina <[email protected]> |