Skip to content

Commit ce350fc

Browse files
committed
docs: update description for $limitZeroAsAll
1 parent e900ecc commit ce350fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/Config/Feature.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ class Feature extends BaseConfig
2020
public bool $oldFilterOrder = false;
2121

2222
/**
23-
* Keep the behavior of `limit(0)` in Query Builder in 4.4 or before.
23+
* The behavior of `limit(0)` in Query Builder.
2424
*
25-
* If true, `limit(0)` returns all records. (the behavior in 4.4 or before)
26-
* If false, `limit(0)` returns no records.
25+
* If true, `limit(0)` returns all records. (the behavior of 4.4.x or before in version 4.x.)
26+
* If false, `limit(0)` returns no records. (the behavior of 3.1.9 or later in version 3.x.)
2727
*/
2828
public bool $limitZeroAsAll = true;
2929
}

0 commit comments

Comments
 (0)