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