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 ``` php /** @var SplFileInfo $file */ foreach ($finder as $file) { ... } ```