Skip to content

Commit 1c833e7

Browse files
committed
[Filesystem] Added missing docblock comment.
1 parent 6bcd0a2 commit 1c833e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Symfony/Component/Filesystem/Filesystem.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,11 @@ public function isAbsolutePath($file)
264264
return false;
265265
}
266266

267+
/**
268+
* @param mixed $files
269+
*
270+
* @return \Traversable
271+
*/
267272
private function toIterator($files)
268273
{
269274
if (!$files instanceof \Traversable) {

0 commit comments

Comments
 (0)