@@ -267,11 +267,11 @@ |
||
267 | 267 | $packageInstallPath = $this->composer->getInstallationManager()->getInstallPath($package); |
268 | 268 | $finder = new Finder(); |
269 | 269 | $finder->files() |
270 | - ->ignoreVCS(true) |
|
271 | - ->in($packageInstallPath) |
|
272 | - ->depth('>= 1') |
|
273 | - ->depth('< 4') |
|
274 | - ->name('ruleset.xml'); |
|
270 | + ->ignoreVCS(true) |
|
271 | + ->in($packageInstallPath) |
|
272 | + ->depth('>= 1') |
|
273 | + ->depth('< 4') |
|
274 | + ->name('ruleset.xml'); |
|
275 | 275 | foreach ($finder as $ruleset) { |
276 | 276 | $standardsPath = dirname(dirname($ruleset)); |
277 | 277 | if (in_array($standardsPath, $this->installedPaths, true) === false) { |