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 b0e6807 commit b24c5bbCopy full SHA for b24c5bb
.php-cs-fixer.dist.php
@@ -112,7 +112,7 @@
112
'implode_call' => true,
113
'include' => true,
114
'increment_style' => [
115
- 'style' => PhpCsFixer\Fixer\Operator\IncrementStyleFixer::STYLE_POST,
+ 'style' => 'post',
116
],
117
'indentation_type' => true,
118
'is_null' => true,
@@ -226,9 +226,9 @@
226
227
'ordered_imports' => [
228
'imports_order' => [
229
- PhpCsFixer\Fixer\Import\OrderedImportsFixer::IMPORT_TYPE_CONST,
230
- PhpCsFixer\Fixer\Import\OrderedImportsFixer::IMPORT_TYPE_FUNCTION,
231
- PhpCsFixer\Fixer\Import\OrderedImportsFixer::IMPORT_TYPE_CLASS,
+ 'const',
+ 'function',
+ 'class',
232
]
233
234
'ordered_interfaces' => [
0 commit comments