Commit 876a3ff
committed
minor #6917 [Finder] document array use for locations (mickaelandrieu)
This PR was merged into the 2.7 branch.
Discussion
----------
[Finder] document array use for locations
Hi,
This pull request is valid from Symfony 2.7 to 3.2-dev.
The function ``Finder::in()`` accepts a string or array of string for look into multiple locations => https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Finder/Finder.php
The other way described is valid, but shouldn't be recommended/documented.
Mickaël
Commits
-------
bff0ce6 [Finder] document array use for locations1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
0 commit comments