Skip to content

Commit 592c4af

Browse files
minor symfony#28310 [Finder] Update PHPdoc append() (ro0NL)
This PR was squashed before being merged into the 2.8 branch (closes symfony#28310). Discussion ---------- [Finder] Update PHPdoc append() | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> <!-- Write a short README entry for your feature/bugfix here (replace this comment block.) This will help people understand your PR and can be used as a start of the Doc PR. Additionally: - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. --> Commits ------- 111d9bc [Finder] Update PHPdoc append()
2 parents 7b4fb12 + 111d9bc commit 592c4af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Finder/Finder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ public function getIterator()
699699
*
700700
* The set can be another Finder, an Iterator, an IteratorAggregate, or even a plain array.
701701
*
702-
* @param mixed $iterator
702+
* @param iterable $iterator
703703
*
704704
* @return $this
705705
*
@@ -751,7 +751,7 @@ private function sortAdapters()
751751
}
752752

753753
/**
754-
* @param $dir
754+
* @param string $dir
755755
*
756756
* @return \Iterator
757757
*/

0 commit comments

Comments
 (0)