@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace DaveRandom\Resume; |
4 | 4 | |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | * @param int $maxRanges |
71 | 71 | * @return self|null |
72 | 72 | */ |
73 | - public static function createFromHeader(?string $header, int $maxRanges = self::DEFAULT_MAX_RANGES): ?self |
|
73 | + public static function createFromHeader(?string $header, int $maxRanges = self::DEFAULT_MAX_RANGES) : ?self |
|
74 | 74 | { |
75 | 75 | if ($header === null) { |
76 | 76 | return null; |