Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit f27dd68

Browse files
committed
Updated libraries
1 parent a3fdebd commit f27dd68

File tree

3 files changed

+32
-29
lines changed

3 files changed

+32
-29
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,13 @@
6060
'no_binary_string' => true,
6161
'no_empty_phpdoc' => true,
6262
'no_null_property_initialization' => true,
63-
'no_short_echo_tag' => true,
6463
'no_superfluous_elseif' => true,
6564
'no_unneeded_curly_braces' => true,
6665
'no_useless_else' => true,
6766
'no_useless_return' => true,
6867
'ordered_class_elements' => true,
6968
'ordered_imports' => true,
7069
'php_unit_internal_class' => true,
71-
'php_unit_ordered_covers' => true,
7270
'php_unit_test_class_requires_covers' => true,
7371
'phpdoc_add_missing_param_annotation' => true,
7472
'phpdoc_order' => true,
@@ -110,7 +108,7 @@
110108
->ignoreDotFiles(true)
111109
->ignoreVCS(true);
112110

113-
return \PhpCsFixer\Config::create()
111+
return (new \PhpCsFixer\Config())
114112
->setFinder($finder)
115113
->setRules($rules)
116114
->setIndent(' ')

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
],
3232
"scripts": {
33-
"fixer": "php-cs-fixer fix --show-progress=estimating --verbose --ansi",
33+
"fixer": "php-cs-fixer fix --show-progress=dots --verbose --ansi",
3434
"pull": [
3535
"rm -rf ./cache/*/ ./vendor/ ./node_modules/ ./composer.lock ./package-lock.json",
3636
"composer clearcache --ansi",

composer.lock

Lines changed: 30 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)