| 1 | <?php |
||
| 27 | final class CreateInstitutionConfigurationCommandDispatcher implements InstitutionConfigurationCreationService |
||
| 28 | { |
||
| 29 | /** |
||
| 30 | * @var Pipeline |
||
| 31 | */ |
||
| 32 | private $pipeline; |
||
| 33 | |||
| 34 | public function __construct(Pipeline $pipeline) |
||
| 38 | |||
| 39 | public function createConfigurationFor(Institution $institution) |
||
| 47 | } |
||
| 48 |
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..