8000 Replacing of size to date in File Date section · symfony/symfony-docs@0d9c7c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d9c7c2

Browse files
authored
Replacing of size to date in File Date section
1 parent 1e6fb77 commit 0d9c7c2

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