php-stubs / generator

Generate stubs from any PHP code for IDE completion and static analysis.
https://packagist.org/packages/php-stubs/generator
MIT License
52 stars 11 forks source link

Psr\Container\ContainerInterface cannot be included #14

Open szepeviktor opened 2 years ago

szepeviktor commented 2 years ago

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?