|
@@ -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
|
namespace DaveRandom\Resume; |
|
4
|
4
|
|
|
@@ -70,7 +70,7 @@ discard block |
|
|
block discarded – undo |
|
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; |
Please login to merge, or discard this patch.