Skip to content

Commit 61bf802

Browse files
author
awcodes
committed
drop php cs fixer
1 parent 845fc39 commit 61bf802

File tree

3 files changed

+0
-69
lines changed

3 files changed

+0
-69
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.php_cs.dist.php

Lines changed: 0 additions & 40 deletions
This file was deleted.

configure.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
$description = ask('Package description', "This is my package {$packageSlug}");
3030

3131
$usePhpStan = confirm('Enable PhpStan?', true);
32-
$usePhpCsFixer = confirm('Enable PhpCsFixer?', true);
3332
$usePint = confirm('Enable Pint?', true);
3433
$useUpdateChangelogWorkflow = confirm('Use automatic changelog updater workflow?', true);
3534

@@ -83,11 +82,6 @@
8382
};
8483
}
8584

86-
if (! $usePhpCsFixer) {
87-
safeUnlink(__DIR__ . '/.php_cs.dist.php');
88-
safeUnlink(__DIR__ . '/.github/workflows/php-cs-fixer.yml');
89-
}
90-
9185
if (! $usePint) {
9286
safeUnlink(__DIR__ . '/pint.json');
9387
safeUnlink(__DIR__ . '/.github/workflows/pint.yml');

0 commit comments

Comments
 (0)