Skip to content

Commit b9de853

Browse files
committed
ExtraPackage: Adhere to project linting rules.
1 parent 2aebca0 commit b9de853

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ExtraPackage.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ protected function prependRepositories(RootPackageInterface $root)
228228

229229
if (is_numeric($repoKey)) {
230230
$newRepos[] = $repo;
231-
}
232-
else {
231+
} else {
233232
// Indexed repository name.
234233
$newRepos[$repoKey] = $repo;
235234
$namedIndex = true;

0 commit comments

Comments
 (0)