mark the LazyIterator class as internal

This commit is contained in:
Christian Flothmann 2021-02-12 11:48:09 +01:00
parent 5fe91c9415
commit 4a2c996b95
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ namespace Symfony\Component\Finder\Iterator;
/**
* @author Jérémy Derussé <jeremy@derusse.com>
*
* @internal
*/
class LazyIterator implements \IteratorAggregate
{