| 1 | <?php |
||
| 11 | final class AggregateServiceProvider extends AbstractServiceProvider implements |
||
| 12 | BootableServiceProviderInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @var ServiceProviderInterface[] |
||
| 16 | */ |
||
| 17 | private $providers; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param ServiceProviderInterface[] $providers |
||
| 21 | */ |
||
| 22 | public function __construct(array $providers) |
||
| 34 | |||
| 35 | public function setContainer(ContainerInterface $container) |
||
| 43 | |||
| 44 | public function boot() |
||
| 52 | |||
| 53 | public function register() |
||
| 59 | } |
||
| 60 |
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..