| 1 | <?php |
||
| 11 | class ConfigurationManager |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var TypeProvider |
||
| 15 | */ |
||
| 16 | private $typeProvider; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * ConfigurationManager constructor. |
||
| 20 | * |
||
| 21 | * @param TypeProvider $typeProvider |
||
| 22 | */ |
||
| 23 | 1 | public function __construct(TypeProvider $typeProvider) |
|
| 27 | |||
| 28 | /** |
||
| 29 | * @param string $typeName |
||
| 30 | * @param int $week |
||
| 31 | * @param int $seance |
||
| 32 | * |
||
| 33 | * @return Configuration |
||
| 34 | */ |
||
| 35 | 1 | public function createConfiguration($typeName, $week, $seance) |
|
| 46 | } |
||
|
|
|||
| 47 |
This check marks files that end in a newline character, i.e. an empy line.