Skip to content

Commit

Permalink
0.6.41
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnessworthy committed Aug 30, 2023
1 parent 62f56da commit 79e92ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
php:
preset: psr12
risky: false
risky: true
disabled:
enabled:
- alpha_ordered_imports
Expand All @@ -18,7 +18,6 @@ php:
- modernize_strpos
- native_function_casing
- no_alias_functions
- no_alias_language_construct_call
- no_blank_lines_after_return
- no_blank_lines_after_throw
- no_blank_lines_between_imports
Expand Down Expand Up @@ -58,7 +57,6 @@ php:
- phpdoc_var_without_name
- pow_to_exponentiation
- print_to_echo
- return_to_yield_from
- set_type_to_cast
- short_array_syntax
- space_after_semicolon
Expand All @@ -69,7 +67,6 @@ php:
- unalign_equals
- unary_operator_spaces
- whitespace_after_comma_in_array
- yield_from_array_to_yields
finder:
exclude:
- "modules"
Expand Down
Binary file modified builds/ringier-code-style
Binary file not shown.

0 comments on commit 79e92ab

Please sign in to comment.