Skip to content

Commit ac97504

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 87709e8 commit ac97504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/Console/Commands/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ public function handle()
3737
$this->line('');
3838

3939
$this->comment('### BACKPACK PACKAGE VERSIONS:');
40-
foreach(\PackageVersions\Versions::VERSIONS as $package => $version) {
40+
foreach (\PackageVersions\Versions::VERSIONS as $package => $version) {
4141
if (substr($package, 0, 9) == 'backpack/') {
42-
$this->line($package.': '.strtok($version,'@'));
42+
$this->line($package.': '.strtok($version, '@'));
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)