1 | <?php |
||
25 | final class InstitutionWithPersonalRaDetailsService |
||
26 | { |
||
27 | /** |
||
28 | * @var RaLocationRepository |
||
29 | */ |
||
30 | private $repository; |
||
31 | |||
32 | public function __construct(InstitutionWithPersonalRaDetailsRepository $repository) |
||
36 | |||
37 | /** |
||
38 | * @return InstitutionWithPersonalRaDetails[] |
||
39 | */ |
||
40 | public function findAll() |
||
44 | } |
||
45 |
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..