generator
generator copied to clipboard
Psr\Container\ContainerInterface cannot be included
trafficstars
The generator uses ContainerInterface and it excludes loaded interfaces
https://github.com/php-stubs/generator/blob/master/src/NodeVisitor.php#L352
so it won't be included in the output.
Added in https://github.com/php-stubs/generator/commit/7cbedd8957b7e82eb6e2df9b096d31b760199773
@johnbillion Do you see a solution/work-around?