1 | <?php |
||
9 | class OutfitTotalsStatisticsLoader extends AbstractStatisticsLoader |
||
10 | { |
||
11 | /** |
||
12 | * @var \Ps2alerts\Api\Repository\Metrics\OutfitTotalsRepository |
||
13 | */ |
||
14 | protected $repository; |
||
15 | |||
16 | /** |
||
17 | * Construct |
||
18 | * |
||
19 | * @param \Ps2alerts\Api\Repository\Metrics\OutfitTotalsRepository $repository |
||
20 | */ |
||
21 | public function __construct(OutfitTotalsRepository $repository) |
||
28 | } |
||
29 |
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..