Completed
Push — master ( 54b9b6...b49317 )
by BruceScrutinizer
02:08
created
src/Config/ConfigTemplateCreator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,12 +8,12 @@
 block discarded – undo
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
Please login to merge, or discard this patch.