mirror of
https://github.com/composer/composer
synced 2025-05-11 09:32:55 +00:00
CS fixes
This commit is contained in:
parent
f31b820b09
commit
c8aea719b1
19 changed files with 56 additions and 43 deletions
|
@ -83,7 +83,7 @@ class FilesystemRepository extends WritableArrayRepository
|
|||
$data[] = $dumper->dump($package);
|
||||
}
|
||||
|
||||
usort($data, function($a, $b) {
|
||||
usort($data, function ($a, $b) {
|
||||
return strcmp($a['name'], $b['name']);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue