]> git.mxchange.org Git - friendica.git/blobdiff - .php_cs.dist
Revert some of the last changes
[friendica.git] / .php_cs.dist
index 1d16a11ef5588c6090728f8c195d036f354fc199..897c6f1104b82d33bd248a175b9749409c17d183 100644 (file)
@@ -33,6 +33,7 @@ return $config
                        'operators' => [
                                '=>' => 'align_single_space_minimal',
                                '='  => 'align_single_space_minimal',
+                               '??' => 'align_single_space_minimal',
                        ],
                ],
                'blank_line_after_namespace'   => true,
@@ -65,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']
                ],