Skip to content

Commit

Permalink
Correct return value for CsFixerInitCommand::execute
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo authored Dec 8, 2020
1 parent 053daa1 commit 5af74d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Command/CsFixerInitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$destination . '/.' . $template
);
}

return self::SUCCESS;
}
}

0 comments on commit 5af74d0

Please sign in to comment.