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