Completed
Push — master ( 3afcbd...1b2464 )
by Chris
01:41
created
src/RangeSet.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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.