We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a268f6 + 23750f6 commit 5dd3313Copy full SHA for 5dd3313
Finder.php
@@ -373,8 +373,6 @@ public static function addVCSPattern($pattern)
373
*
374
* This can be slow as all the matching files and directories must be retrieved for comparison.
375
376
- * @param \Closure $closure An anonymous function
377
- *
378
* @return $this
379
380
* @see SortableIterator
@@ -480,8 +478,6 @@ public function sortByModifiedTime()
480
478
* The anonymous function receives a \SplFileInfo and must return false
481
479
* to remove files.
482
483
484
485
486
487
* @see CustomFilterIterator
0 commit comments