Passed
Push — master ( c5f7d7...9e35d8 )
by Smoren
02:08
created
src/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  */
13 13
 function xrange(int $start, ?int $size = null, int $step = 1): IntRange
14 14
 {
15
-    if($size === null) {
15
+    if ($size === null) {
16 16
         [$start, $size] = [0, $start];
17 17
     }
18 18
 
Please login to merge, or discard this patch.