1 | <?php |
||
23 | final class InstitutionConfigurationOptionsService |
||
24 | { |
||
25 | /** |
||
26 | * @var ApiInstitutionConfigurationOptionsService |
||
27 | */ |
||
28 | private $apiInstitutionConfigurationOptionsService; |
||
29 | |||
30 | public function __construct(ApiInstitutionConfigurationOptionsService $apiService) |
||
34 | |||
35 | public function getInstitutionConfigurationOptionsFor($institution) |
||
39 | } |
||
40 |
Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.