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 2999a00 commit 5b4095cCopy full SHA for 5b4095c
.php_cs.dist
@@ -12,12 +12,6 @@ $finder = PhpCsFixer\Finder::create()
12
;
13
return PhpCsFixer\Config::create()
14
->setRules([
15
- '@PSR2' => true,
16
'@Symfony' => true,
17
- 'array_syntax' => [
18
- 'syntax' => 'short',
19
- ],
20
- 'no_empty_phpdoc' => true,
21
- 'no_superfluous_phpdoc_tags' => true,
22
])
23
->setFinder($finder);
composer.json
@@ -14,7 +14,7 @@
"php": "^7.1",
"guzzlehttp/psr7": "^1.4",
"php-http/client-common": "^2.0",
- "psr/log": "^1.0",
+ "psr/log": "^1.1",
"symfony/filesystem": "^3.4|^4.0|^5.0",
"symfony/options-resolver": "^3.4|^4.0|^5.0"
},
0 commit comments