Skip to content

Commit a21042c

Browse files
committed
Fix typo
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent dc87147 commit a21042c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/finder.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ The contents of returned files can be read with
308308

309309
foreach ($finder as $file) {
310310
$contents = $file->getContents();
311-
...
311+
312+
// ...
312313
}
313314

314315
.. _strtotime: http://www.php.net/manual/en/datetime.formats.php

0 commit comments

Comments
 (0)