Passed
Pull Request — master (#59)
by Michael
02:42
created
src/LocateDependencies/LocateDependenciesViaComposer.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -76,9 +76,9 @@  discard block
 block discarded – undo
76 76
         $classMap = $classMapProperty->getDefaultValue();
77 77
 
78 78
         Assert::that($classMap)
79
-              ->isArray()
80
-              ->all()
81
-              ->file();
79
+                ->isArray()
80
+                ->all()
81
+                ->file();
82 82
 
83 83
         return new StaticClassMapSourceLocator($classMap, $this->astLocator);
84 84
     }
@@ -92,9 +92,9 @@  discard block
 block discarded – undo
92 92
         $filesMap = $filesMapProperty->getDefaultValue();
93 93
 
94 94
         Assert::that($filesMap)
95
-              ->isArray()
96
-              ->all()
97
-              ->file();
95
+                ->isArray()
96
+                ->all()
97
+                ->file();
98 98
 
99 99
         return new AggregateSourceLocator(array_values(array_map(
100 100
             function (string $path) : SourceLocator {
Please login to merge, or discard this patch.