| 1 | <?php |
||
| 15 | final class ConfigurationDecorator |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var YamlAndNeonParser |
||
| 19 | */ |
||
| 20 | private $yamlAndNeonParser; |
||
| 21 | |||
| 22 | 7 | public function __construct(YamlAndNeonParser $yamlAndNeonParser) |
|
| 26 | |||
| 27 | 7 | public function decorateFile(File $file) |
|
| 35 | |||
| 36 | 4 | private function setConfigurationToFileIfFoundAny(string $content, File $file) |
|
| 43 | } |
||
| 44 |