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

Enhancement: Enable statement_indentation fixer #886

Closed

Conversation

localheinz
Copy link
Contributor

@localheinz localheinz commented Dec 7, 2023

This pull request

  • enables the statement_indentation fixer
  • runs make coding-standards

Follows #559.

πŸ’β€β™‚οΈ For reference, see https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/v3.40.2/doc/rules/whitespace/statement_indentation.rst.

Comment on lines +96 to +97
site_header("Events: " . date("F Y", $date), $site_header_config);
?>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does not work very well when mixing PHP with other code.

@localheinz localheinz marked this pull request as draft December 7, 2023 14:39
@localheinz
Copy link
Contributor Author

I could rebase this pull request after the merge of #934.

@localheinz
Copy link
Contributor Author

Closing as requested by @pronskiy.

@localheinz localheinz closed this Feb 12, 2024
@localheinz localheinz deleted the feature/statement-indentation branch February 12, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants