]> git.mxchange.org Git - friendica.git/commitdiff
Fixup
authorPhilipp <admin@philipp.info>
Fri, 23 Aug 2024 19:45:28 +0000 (21:45 +0200)
committerPhilipp <admin@philipp.info>
Sat, 24 Aug 2024 17:03:41 +0000 (19:03 +0200)
.php-cs-fixer.dist.php

index e80dfb85b54eb2f27ad71c1294e9435f3130965e..d376a525f215dd97a18f16b6e8a17b7d39c27bf0 100644 (file)
@@ -62,7 +62,7 @@ return $config
                'lowercase_keywords'                 => true,
                'no_closing_tag'                     => true,
                'no_spaces_after_function_name'      => true,
-               'spaces_inside_parenthesis'          => false,
+               'spaces_inside_parentheses'          => false,
                'no_trailing_whitespace'             => true,
                'no_trailing_whitespace_in_comment'  => true,
                'no_unused_imports'                  => true,