| 1 | <?php |
||
| 11 | class VoidListener implements GeneratorListenerInterface |
||
| 12 | { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @param ConfigurationInterface $configuration |
||
| 16 | * @param BeanDescriptorInterface[] $beanDescriptors |
||
| 17 | */ |
||
| 18 | public function onGenerate(ConfigurationInterface $configuration, array $beanDescriptors): void |
||
| 22 | } |
||
| 23 |