Skip to content

Commit

Permalink
One more PHP_EOL!
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Sep 13, 2023
1 parent 9d3a873 commit 9f55edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console/controllers/TransferCustomerDataController.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function actionIndex(): int
return ExitCode::UNSPECIFIED_ERROR;
}

$this->stdout('done!', Console::FG_GREEN);
$this->stdout('done!' . PHP_EOL, Console::FG_GREEN);

return ExitCode::OK;
}
Expand Down

0 comments on commit 9f55edb

Please sign in to comment.