mirror of https://github.com/wallabag/wallabag.git
Use new rule names
This commit is contained in:
parent
c73c6052b6
commit
2c7c39ed87
|
@ -10,7 +10,7 @@ return PhpCsFixer\Config::create()
|
||||||
],
|
],
|
||||||
'combine_consecutive_unsets' => true,
|
'combine_consecutive_unsets' => true,
|
||||||
'heredoc_to_nowdoc' => true,
|
'heredoc_to_nowdoc' => true,
|
||||||
'no_extra_consecutive_blank_lines' => [
|
'no_extra_blank_lines' => [
|
||||||
'break',
|
'break',
|
||||||
'continue',
|
'continue',
|
||||||
'extra',
|
'extra',
|
||||||
|
@ -28,7 +28,7 @@ return PhpCsFixer\Config::create()
|
||||||
'ordered_imports' => true,
|
'ordered_imports' => true,
|
||||||
'php_unit_strict' => true,
|
'php_unit_strict' => true,
|
||||||
'phpdoc_order' => true,
|
'phpdoc_order' => true,
|
||||||
// 'psr4' => true,
|
// 'psr_autoloading' => true,
|
||||||
'strict_comparison' => true,
|
'strict_comparison' => true,
|
||||||
'strict_param' => true,
|
'strict_param' => true,
|
||||||
'concat_space' => [
|
'concat_space' => [
|
||||||
|
|
Loading…
Reference in New Issue