We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042d2b5 commit ac6e9a2Copy full SHA for ac6e9a2
.github/workflows/static.yml
@@ -33,4 +33,4 @@ jobs:
33
- name: PHP-CS-Fixer
34
uses: docker://oskarstark/php-cs-fixer-ga:2.19.0
35
with:
36
- args: --dry-run
+ args: --dry-run --diff-format udiff
.php-cs-fixer.dist.php renamed to .php_cs.dist
@@ -1,7 +1,6 @@
1
<?php
2
3
-$config = new PhpCsFixer\Config();
4
-$config
+$config = PhpCsFixer\Config::create()
5
->setRiskyAllowed(true)
6
->setRules([
7
'@Symfony' => true,
0 commit comments