minor fixes

This commit is contained in:
2023-10-06 22:07:40 +03:00
parent 0eaf410090
commit f2faec67fe
4 changed files with 7 additions and 4 deletions
+1
View File
@@ -25,6 +25,7 @@ class Writer
echo "Path: /$path".PHP_EOL;
}
public function recordIterator(callable $query, callable $parser, int $skip = 0): int
{
$limit = 100;