Conditions | 2 |
Paths | 2 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 6 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
23 | public function patch( |
||
24 | EnvironmentInterface $environment |
||
25 | ): void { |
||
26 | if (! empty($environment->getIdeDefaultConfigFilesystem()->getRoot())) { |
||
27 | $this->copyDirectory( |
||
28 | $environment->getDefaultsFilesystem(), |
||
29 | $environment->getIdeDefaultConfigFilesystem(), |
||
30 | 'templates' |
||
31 | ); |
||
35 |