Skip to content

Commit 5b4095c

Browse files
committed
Fix dep & redundant rules
1 parent 2999a00 commit 5b4095c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.php_cs.dist

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ $finder = PhpCsFixer\Finder::create()
1212
;
1313
return PhpCsFixer\Config::create()
1414
->setRules([
15-
'@PSR2' => true,
1615
'@Symfony' => true,
17-
'array_syntax' => [
18-
'syntax' => 'short',
19-
],
20-
'no_empty_phpdoc' => true,
21-
'no_superfluous_phpdoc_tags' => true,
2216
])
2317
->setFinder($finder);

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": "^7.1",
1515
"guzzlehttp/psr7": "^1.4",
1616
"php-http/client-common": "^2.0",
17-
"psr/log": "^1.0",
17+
"psr/log": "^1.1",
1818
"symfony/filesystem": "^3.4|^4.0|^5.0",
1919
"symfony/options-resolver": "^3.4|^4.0|^5.0"
2020
},

0 commit comments

Comments
 (0)