Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
[TASK] StyleCI adaption
Browse files Browse the repository at this point in the history
  • Loading branch information
7elix committed Sep 16, 2020
1 parent 8c8edfd commit 5c94109
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
preset: psr2

risky: true

enabled:
- alpha_ordered_imports
- binary_operator_spaces
- blank_line_before_return
- concat_with_spaces
- declare_strict_types
- function_typehint_space
- hash_to_slash_comment
- linebreak_after_opening_tag
Expand Down Expand Up @@ -35,13 +39,21 @@ enabled:
- no_useless_return
- no_whitespace_before_comma_in_array
- no_whitespace_in_blank_line
- non_printable_character
- normalize_index_brace
- object_operator_without_whitespace
- phpdoc_add_missing_param_annotation
- phpdoc_indent
- phpdoc_no_access
- phpdoc_no_package
- phpdoc_order
- phpdoc_scalar
- phpdoc_single_line_var_spacing
- phpdoc_trim
- phpdoc_types
- self_accessor
- phpdoc_var_without_name
- return_type_declaration
- short_array_syntax
- short_scalar_cast
- single_quote
Expand All @@ -56,4 +68,8 @@ finder:
exclude:
- "Documentation"
- "Libraries"
- "Resources/PHP"
- "Resources/PHP"
not-name:
- "ext_emconf.php"
- "ext_localconf.php"
- "ext_tables.php"

0 comments on commit 5c94109

Please sign in to comment.