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

BracesFixer - NoTrailingWhitespaceInCommentFixer - Priority #4094

Conversation

dmvdbrugge
Copy link
Contributor

@dmvdbrugge dmvdbrugge commented Nov 12, 2018

Fixes #3880 when #4085 is merged first 😜

(Test will thus fail for now, and succeed after rebase when said PR is merged.)

Separated from #4085 by just specifying a lower priority.

@dmvdbrugge dmvdbrugge force-pushed the 3880-braces-before-no_trailing_whitespace_in_comment branch from e385a2f to 1ea33b0 Compare November 13, 2018 09:40
@dmvdbrugge dmvdbrugge force-pushed the 3880-braces-before-no_trailing_whitespace_in_comment branch from 1ea33b0 to 5ecb25c Compare January 7, 2019 22:14
@dmvdbrugge dmvdbrugge changed the title Priority: braces before no_trailing_whitespace_in_comment BracesFixer - NoTrailingWhitespaceInCommentFixer - Priority Jan 7, 2019
SpacePossum added a commit that referenced this pull request Mar 29, 2019
…ment (SpacePossum)

This PR was merged into the 2.12 branch.

Discussion
----------

BracesFixer - Do not pull close tag onto same line as a comment

replaces #4094

this stops the fixer changing:

```php
<?php if ($a) { //
?>
```

into

```php
<?php if ($a) { // ?>
```

Commits
-------

843ae37 Do not pull close tag onto same line as a comment
@SpacePossum
Copy link
Contributor

replaced with #4346

@dmvdbrugge dmvdbrugge deleted the 3880-braces-before-no_trailing_whitespace_in_comment branch March 30, 2019 08:44
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.

None yet

2 participants