Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
space after foreach
Browse files Browse the repository at this point in the history
  • Loading branch information
arnulfojr committed Feb 26, 2019
1 parent c3303ab commit d6e6c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/MigrateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ protected function execute(InputInterface $input, OutputInterface $output)

$classes = $this->getClasses($this->directory);

foreach($classes as $clazz) {
foreach ($classes as $clazz) {
$output->writeln("Migration resource found: {$clazz}");
}

Expand Down

0 comments on commit d6e6c8a

Please sign in to comment.