| 1 | <?php |
||
| 26 | final class ConfiguredInstitutionProjector extends Projector |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * @var ConfiguredInstitutionRepository |
||
| 30 | */ |
||
| 31 | private $configuredInstitutionRepository; |
||
| 32 | |||
| 33 | public function __construct(ConfiguredInstitutionRepository $configuredInstitutionRepository) |
||
| 37 | |||
| 38 | public function applyNewInstitutionConfigurationCreatedEvent(NewInstitutionConfigurationCreatedEvent $event) |
||
| 42 | } |
||
| 43 |
Very long variable names usually make code harder to read. It is therefore recommended not to make variable names too verbose.