Skip to content

Commit f182809

Browse files
committed
minor symfony#13700 [Finder] Fixed typo in phpdoc comment (date range) (King2500)
This PR was merged into the 2.3 branch. Discussion ---------- [Finder] Fixed typo in phpdoc comment (date range) | Q | A | ------------- | --- | Fixed tickets | - | License | MIT See changes Commits ------- 9aece5a [Finder] Fixed typo in phpdoc comment
2 parents f77d710 + 9aece5a commit f182809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Finder/Finder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public function depth($level)
234234
* $finder->date('> now - 2 hours');
235235
* $finder->date('>= 2005-10-15');
236236
*
237-
* @param string $date A date rage string
237+
* @param string $date A date range string
238238
*
239239
* @return Finder The current Finder instance
240240
*

0 commit comments

Comments
 (0)