Skip to content

Commit 1ef63fa

Browse files
committed
Update php-cs-fixer configuration
Signed-off-by: Michal Čihař <[email protected]>
1 parent 078509e commit 1ef63fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.php_cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ return PhpCsFixer\Config::create()
1919
'no_useless_else' => true,
2020
'phpdoc_add_missing_param_annotation' => true,
2121
'phpdoc_order' => true,
22+
'yoda_style' => array(
23+
'equal' => false,
24+
'identical' => false,
25+
'less_and_greater' => false,
26+
)
2227
))
2328
->setFinder($finder)
2429
;

0 commit comments

Comments
 (0)