Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
Jeroen-G authored and StyleCIBot committed Dec 28, 2021
1 parent 38c2268 commit e0f504a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/ListPackages.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private function renderGitTable($packages): void
{
$gitPackages = [];
foreach ($packages as $package) {
$gitPackages[] = array_merge($package, $this->getGitStatus('packages/' . $package[0] . '/' . $package[1]));
$gitPackages[] = array_merge($package, $this->getGitStatus('packages/'.$package[0].'/'.$package[1]));
}

$headers = ['Package', 'Path', 'Commits behind', 'Branch'];
Expand Down

0 comments on commit e0f504a

Please sign in to comment.