| 1 | <?php declare(strict_types = 1); |
||
| 9 | abstract class AbstractInteropExtension extends Extension implements CompilerPassInterface |
||
| 10 | { |
||
| 11 | /** @var ConfigArrayBuilder */ |
||
| 12 | protected $configBuilder; |
||
| 13 | |||
| 14 | 8 | public function load(array $configs, ContainerBuilder $containerBuilder) |
|
| 18 | |||
| 19 | 8 | public function process(ContainerBuilder $containerBuilder) |
|
| 23 | |||
| 24 | /** |
||
| 25 | * @param ContainerBuilder $containerBuilder |
||
| 26 | * |
||
| 27 | * @throws \Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException |
||
| 28 | * @throws \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException |
||
| 29 | */ |
||
| 30 | 8 | protected function setupConfigInInteropContainer(ContainerBuilder $containerBuilder): void |
|
| 42 | } |
||
| 43 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..