Skip to content

Commit eb22cf5

Browse files
committed
Apply fixes from StyleCI
1 parent e103118 commit eb22cf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Composer/TestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,13 @@ protected function createComposerMock(
280280
$installationManager
281281
->method('getInstallPath')
282282
->willReturnCallback(
283-
static function (PackageInterface $package) use ($sourcePath, $rootPath) {
283+
static function (PackageInterface $package) use ($sourcePath, $rootPath) {
284284
if ($package instanceof RootPackageInterface) {
285285
return $rootPath;
286286
}
287287
return str_replace('test/', '', "$sourcePath/{$package->getName()}");
288288
}
289-
);
289+
);
290290

291291
$eventDispatcher = $this
292292
->getMockBuilder(EventDispatcher::class)

0 commit comments

Comments
 (0)