Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecated php-cs-fixer fixers #42

Closed
visto9259 opened this issue May 16, 2024 · 0 comments · Fixed by #47
Closed

Fix deprecated php-cs-fixer fixers #42

visto9259 opened this issue May 16, 2024 · 0 comments · Fixed by #47
Labels
enhancement New feature or request

Comments

@visto9259
Copy link
Member

Detected deprecations in use:

  • Rule "braces" is deprecated. Use "single_space_around_construct", "control_structure_braces", "control_structure_continuation_position", "declare_parentheses", "no_multiple_statements_per_line", "braces_position", "statement_indentation" and "no_extra_blank_lines" instead.
  • Rule "function_typehint_space" is deprecated. Use "type_declaration_spaces" instead.
  • Rule "new_with_braces" is deprecated. Use "new_with_parentheses" instead.
  • Rule "no_spaces_inside_parenthesis" is deprecated. Use "spaces_inside_parentheses" instead.
  • Rule "no_trailing_comma_in_list_call" is deprecated. Use "no_trailing_comma_in_singleline" instead.
  • Rule "no_trailing_comma_in_singleline_array" is deprecated. Use "no_trailing_comma_in_singleline" instead.
@visto9259 visto9259 added the enhancement New feature or request label May 16, 2024
visto9259 added a commit to visto9259/LmcRbac that referenced this issue May 23, 2024
visto9259 added a commit to visto9259/LmcRbac that referenced this issue May 23, 2024
@visto9259 visto9259 mentioned this issue May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant