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.
2 parents 087c4b5 + 1aed04d commit 021dd48Copy full SHA for 021dd48
1 file changed
src/DefaultRules.php
@@ -38,7 +38,6 @@ abstract class DefaultRules
38
],
39
40
'phpdoc_to_comment' => false,
41
- 'yoda_style' => false,
42
'phpdoc_var_without_name' => false,
43
'multiline_whitespace_before_semicolons' => true,
44
'no_unused_imports' => true,
@@ -79,6 +78,11 @@ abstract class DefaultRules
79
78
'method',
80
81
+ 'yoda_style' => [
82
+ 'equal' => false,
83
+ 'identical' => false,
84
+ 'less_and_greater' => false,
85
+ ],
86
];
87
88
public static function getRules(): array
0 commit comments