Passed
Push — master ( 43fd43...f7d7a3 )
by Smoren
02:05
created
src/Structs/DynamicSequence.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      */
55 55
     public function getValueByIndex(int $index)
56 56
     {
57
-        if(is_callable($this->indexValueGetter)) {
57
+        if (is_callable($this->indexValueGetter)) {
58 58
             return ($this->indexValueGetter)($index, $this->start);
59 59
         }
60 60
 
Please login to merge, or discard this patch.