Skip to content

Commit

Permalink
Merge pull request #47 from matks/remove-prettyCI
Browse files Browse the repository at this point in the history
Remove PrettyCI configuration file and references
  • Loading branch information
PierreRambaud authored Jan 25, 2021
2 parents 2a2f01b + 6e203c6 commit 6f15f94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/Command/CsFixerInitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$directory = __DIR__ . '/../../templates/cs-fixer/';
$destination = $input->getOption('dest');

foreach (['php_cs.dist', 'prettyci.composer.json'] as $template) {
foreach (['php_cs.dist'] as $template) {
$this->copyFile(
$input,
$output,
Expand Down
5 changes: 0 additions & 5 deletions templates/cs-fixer/prettyci.composer.json

This file was deleted.

0 comments on commit 6f15f94

Please sign in to comment.