Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
vistik committed Feb 13, 2017
1 parent e494d36 commit 84dad98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions fixstyle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./vendor/bin/phpcbf --standard=PSR2 src
4 changes: 2 additions & 2 deletions src/Commands/HealthCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public function handle()

$output = $checker->prettyPrint();

foreach ($output as $name => $passed){
if ($passed){
foreach ($output as $name => $passed) {
if ($passed) {
$this->info($name);
continue;
}
Expand Down

0 comments on commit 84dad98

Please sign in to comment.