Passed
Pull Request — master (#102)
by Marco
02:42
created
src/LocateSources/LocateSourcesViaComposerJson.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,8 +43,8 @@
 block discarded – undo
43 43
         $composerJsonPath = $realInstallationPath . '/composer.json';
44 44
 
45 45
         Assert::that($composerJsonPath)
46
-              ->file()
47
-              ->readable();
46
+                ->file()
47
+                ->readable();
48 48
 
49 49
         $composerDefinitionString = file_get_contents($composerJsonPath);
50 50
 
Please login to merge, or discard this patch.