We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Maybe it's possible to add phpdoc to suggest type for iterator? Because I hate every time to write like this when using Symfony Finder
/** @var SplFileInfo $file */ foreach ($finder as $file) { ... }