minor #34421 [Finder] Fixed docs (staabm)

This PR was submitted for the master branch but it was merged into the 3.4 branch instead.

Discussion
----------

[Finder] Fixed docs

minor docblock fix

Commits
-------

e7d0787a4d [Finder] Fixed docs
This commit is contained in:
Nicolas Grekas 2019-11-17 22:55:27 +01:00
commit b104760cdf
1 changed files with 1 additions and 1 deletions

View File

@ -736,7 +736,7 @@ class Finder implements \IteratorAggregate, \Countable
/**
* Normalizes given directory names by removing trailing slashes.
*
* Excluding: (s)ftp:// wrapper
* Excluding: (s)ftp:// or ssh2.(s)ftp:// wrapper
*
* @param string $dir
*