| 1 | <?php |
||
| 26 | final class InstitutionWithPersonalRaDetailsProjector extends Projector |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * @var InstitutionWithPersonalRaDetails |
||
| 30 | */ |
||
| 31 | private $repository; |
||
| 32 | |||
| 33 | public function __construct(InstitutionWithPersonalRaDetailsRepository $repository) |
||
| 37 | |||
| 38 | public function applyInstitutionsWithPersonalRaDetailsUpdatedEvent( |
||
| 45 | } |
||
| 46 |
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..