Passed
Push — master ( 4ea105...d34dae )
by Jinyun
02:23
created
src/leetcode/MinimumWindowSubstring.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,6 +79,6 @@
 block discarded – undo
79 79
             }
80 80
         }
81 81
 
82
-        return $len === PHP_INT_MAX ? '' : substr($s, $start,  $len);
82
+        return $len === PHP_INT_MAX ? '' : substr($s, $start, $len);
83 83
     }
84 84
 }
Please login to merge, or discard this patch.