We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71eed9a commit 69cb175Copy full SHA for 69cb175
.gitattributes
@@ -1,7 +1,7 @@
1
/.github export-ignore
2
/.gitattributes export-ignore
3
/.gitignore export-ignore
4
-/.php_cs.dist export-ignore
+/.php-cs-fixer.dist.php export-ignore
5
/.travis.yml export-ignore
6
/Changelog.md export-ignore
7
/Makefile export-ignore
.gitignore
@@ -1,4 +1,4 @@
-.php_cs
+.php-cs-fixer.php
.php_cs.cache
composer.lock
phpunit.xml
.php_cs.dist .php-cs-fixer.dist.php
@@ -9,7 +9,7 @@
9
file that was distributed with this source code.
10
EOF;
11
12
-return PhpCsFixer\Config::create()
+return (new PhpCsFixer\Config())
13
->setRules([
14
'@Symfony' => true,
15
'array_syntax' => ['syntax' => 'short'],
0 commit comments