8000 minor #10788 Replacing of size to date in File Date section (damienle… · marcinowski/symfony-docs@1c8f873 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c8f873

Browse files
committed
minor symfony#10788 Replacing of size to date in File Date section (damienleduc)
This PR was merged into the 4.2 branch. Discussion ---------- Replacing of size to date in File Date section <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 0d9c7c2 Replacing of size to date in File Date section
2 parents 1e6fb77 + 0d9c7c2 commit 1c8f873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/finder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Restrict files by last modified dates with the
343343

344344
Restrict by a date range by chaining calls or passing an array::
345345

346-
$finder->date('>= 2018-01-01')->size('<= 2018-12-31');
346+
$finder->date('>= 2018-01-01')->date('<= 2018-12-31');
347347

348348
// same as above
349349
$finder->date(array('>= 2018-01-01', '<= 2018-12-31'));

0 commit comments

Comments
 (0)
0