Skip to content

Commit 6c61214

Browse files
committed
Disable yoda-style conditions
1 parent 9be3cd9 commit 6c61214

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ return PhpCsFixer\Config::create()
1919
'ordered_imports' => true,
2020
'phpdoc_order' => true,
2121
'array_syntax' => ['syntax' => 'short'],
22+
'yoda_style' => false,
2223
])
2324
->setFinder($finder);

0 commit comments

Comments
 (0)