]> git.mxchange.org Git - friendica.git/commitdiff
Testing cs
authorMichael <heluecht@pirati.ca>
Sun, 26 Sep 2021 03:54:54 +0000 (03:54 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 26 Sep 2021 03:54:54 +0000 (03:54 +0000)
.php_cs.dist

index 135827c9c29b1bbfd7467146c2cfda54ea22db25..d944bbedfb14a72bf8ed5f47e2ac0d3c57cfe419 100644 (file)
@@ -66,6 +66,7 @@ return $config
                'single_import_per_statement'        => true,
                'single_line_after_imports'          => true,
                'switch_case_space'                  => true,
+               'ternary_operator_spaces'            => false,
                'visibility_required'                => [
                        'elements' => ['property', 'method']
                ],