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

feat: php-cs-fixer - removing deprecations #24

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

partikus
Copy link
Collaborator

@partikus partikus commented Jan 10, 2024

1. 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", "curly_braces_position", "statement_indentation" and "no_extra_blank_lines" instead.
2. Detected deprecations in use:
- Rule "curly_braces_position" is deprecated. Use "braces_position" instead.

@partikus partikus self-assigned this Jan 10, 2024
@marcing
Copy link

marcing commented Jan 10, 2024

Good job. Thank you.

1. 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", "curly_braces_position", "statement_indentation" and "no_extra_blank_lines" instead.

2. Detected deprecations in use:
- Rule "curly_braces_position" is deprecated. Use "braces_position" instead.
@partikus partikus force-pushed the feature/php-cs-fixer-deprecations branch from 5bbb4b9 to 02151f7 Compare January 10, 2024 10:38
@partikus partikus merged commit cf36dc1 into mod7 Jan 10, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants