Skip to content

Enhancement: Enable statement_indentation fixer - #886

Closed
localheinz wants to merge 2 commits into
php:masterfrom
localheinz:feature/statement-indentation
Closed

Enhancement: Enable statement_indentation fixer#886
localheinz wants to merge 2 commits into
php:masterfrom
localheinz:feature/statement-indentation

Conversation

@localheinz

@localheinzlocalheinz commented Dec 7, 2023

Copy link
Copy Markdown
Contributor

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 threadcal.php
Comment on lines +96 to +97
site_header("Events: " . date("F Y", $date), $site_header_config);
?>

Copy link
Copy Markdown
ContributorAuthor

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
Copy Markdown
ContributorAuthor

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

@localheinz

Copy link
Copy Markdown
ContributorAuthor

Closing as requested by @pronskiy.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@localheinz@saundefined