Skip to content

Commit 31bd36d

Browse files
Merge branch '3.4'
* 3.4: [DI] minor docblock fixes
2 parents b9053e7 + 5dd3313 commit 31bd36d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Finder.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,6 @@ public static function addVCSPattern($pattern)
373373
*
374374
* This can be slow as all the matching files and directories must be retrieved for comparison.
375375
*
376-
* @param \Closure $closure An anonymous function
377-
*
378376
* @return $this
379377
*
380378
* @see SortableIterator
@@ -480,8 +478,6 @@ public function sortByModifiedTime()
480478
* The anonymous function receives a \SplFileInfo and must return false
481479
* to remove files.
482480
*
483-
* @param \Closure $closure An anonymous function
484-
*
485481
* @return $this
486482
*
487483
* @see CustomFilterIterator

0 commit comments

Comments
 (0)