Skip to content

Commit 5c995f6

Browse files
author
Wout Gevaert
committed
Remove rules that are already in PSR12 ruleset
1 parent a75c68a commit 5c995f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
COMPOSER_VERSION: 2
2828
INSTALL_PATH: php-cypher-dsl
2929
REPOSITORY_NAME: php-cypher-dsl
30-
FIXER_RULES: @PSR12,align_multiline_comment,array_indentation,blank_line_before_statement,indentation_type,no_trailing_whitespace,no_unused_imports,no_useless_else,no_useless_return,ordered_imports,phpdoc_scalar,return_assignment,simplified_if_return,single_line_after_imports,switch_case_space,trailing_comma_in_multiline,ternary_operator_spaces
30+
FIXER_RULES: @PSR12,align_multiline_comment,array_indentation,blank_line_before_statement,no_unused_imports,no_useless_else,no_useless_return,ordered_imports,phpdoc_scalar,return_assignment,simplified_if_return,trailing_comma_in_multiline
3131

3232
steps:
3333
# https://getcomposer.org/download/

0 commit comments

Comments
 (0)