@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | /** |
4 | 4 | * @author Vadim Bova <[email protected]> |
@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | /** |
4 | 4 | * @author Vadim Bova <[email protected]> |
@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | $ex_headers = explode("\r\n", trim($raw_headers)); |
97 | 97 | $headers = []; |
98 | 98 | |
99 | - foreach(array_slice($ex_headers, 1) as $header_line) { |
|
99 | + foreach (array_slice($ex_headers, 1) as $header_line) { |
|
100 | 100 | [$header_key, $header_value] = explode(': ', $header_line); |
101 | 101 | |
102 | 102 | $headers[$header_key] = $header_value; |