Skip to content

Commit ac6e9a2

Browse files
committed
revert
1 parent 042d2b5 commit ac6e9a2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- name: PHP-CS-Fixer
3434
uses: docker://oskarstark/php-cs-fixer-ga:2.19.0
3535
with:
36-
args: --dry-run
36+
args: --dry-run --diff-format udiff

.php-cs-fixer.dist.php renamed to .php_cs.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

3-
$config = new PhpCsFixer\Config();
4-
$config
3+
$config = PhpCsFixer\Config::create()
54
->setRiskyAllowed(true)
65
->setRules([
76
'@Symfony' => true,

0 commit comments

Comments
 (0)