@@ -8,12 +8,12 @@ |
||
8 | 8 | final class ConfigTemplateCreator |
9 | 9 | { |
10 | 10 | private const FILENAME = 'namespace-protector-config.json'; |
11 | - private const FILENAME_VISIBILITY = 'namespace-protector-visibility.json'; |
|
11 | + private const FILENAME_VISIBILITY = 'namespace-protector-visibility.json'; |
|
12 | 12 | private const TEMPLATE_CONFIG_JSON = 'template-config-json'; |
13 | 13 | |
14 | 14 | public static function createJsonTemplateConfig(PathInterface $baseComposerJsonDirectory): void |
15 | 15 | { |
16 | - self::createFileWithBackup($baseComposerJsonDirectory().self::FILENAME, self::TEMPLATE_CONFIG_JSON); |
|
16 | + self::createFileWithBackup($baseComposerJsonDirectory() . self::FILENAME, self::TEMPLATE_CONFIG_JSON); |
|
17 | 17 | } |
18 | 18 | |
19 | 19 | public static function createJsonTemplateVisibility(): void |