Skip to content

Commit

Permalink
Remove PrettyCI configuration file and references
Browse files Browse the repository at this point in the history
  • Loading branch information
matks committed Jan 21, 2021
1 parent ef4217e commit 6e203c6
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 6e203c6

Please sign in to comment.