range 버그 수정
This commit is contained in:
+1
-1
@@ -782,7 +782,7 @@ class Util extends \utilphp\util
|
||||
else{
|
||||
while($from > $to){
|
||||
yield $from;
|
||||
$from -= $step;
|
||||
$from += $step;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user