| 1 | <?php |
||
| 12 | class PlanProvider |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @var PlanManager |
||
| 16 | */ |
||
| 17 | private $planManager; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * PlanProvider constructor. |
||
| 21 | * |
||
| 22 | * @param PlanManager $planManager |
||
| 23 | */ |
||
| 24 | 1 | public function __construct(PlanManager $planManager) |
|
| 28 | |||
| 29 | /** |
||
| 30 | * @param Configuration $configuration |
||
| 31 | * |
||
| 32 | * @return Plan |
||
| 33 | */ |
||
| 34 | 1 | public function getPlanByConfiguration(Configuration $configuration) |
|
| 42 | } |
||
|
|
|||
| 43 |
This check marks files that end in a newline character, i.e. an empy line.