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

SingleSpaceAfterConstructFixer - Attributes, comments and PHPDoc support #5406

Merged
merged 1 commit into from
Dec 31, 2020
Merged

SingleSpaceAfterConstructFixer - Attributes, comments and PHPDoc support #5406

merged 1 commit into from
Dec 31, 2020

Conversation

SpacePossum
Copy link
Contributor

fixes #5403

@SpacePossum SpacePossum added this to the 2.17.4 milestone Dec 30, 2020
@SpacePossum SpacePossum mentioned this pull request Dec 30, 2020
6 tasks
@SpacePossum SpacePossum merged commit 13d07ce into PHP-CS-Fixer:2.17 Dec 31, 2020
@SpacePossum SpacePossum deleted the 2_17_5403_SingleSpaceAfterConstructFixer_attributes branch December 31, 2020 14:09
@hlecorche
Copy link

Thanks @SpacePossum 👍

@keradus keradus added the topic/PHP8.0 Related to features available in PHP 8.0+ label Jan 17, 2021
keradus added a commit that referenced this pull request Jan 18, 2021
This PR was squashed before being merged into the 2.17 branch.

Discussion
----------

Add PHP8 integration test

ref #4702

There are ~3~ 4 cases still crashing in the spec files:
- [x] nullsafe operator -> PHP 8.0.1 to be released at 7th
- [x] attributes #5406
- [x] union types for method parameters #5405
- [x] union types for class properties #5439

I also found the following issues that I raised as separated PRs:
- [x] ~#5396~ -> #5397
- [x] ~#5400~ -> #5404

Commits
-------

324929f Add PHP8 integration test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug kind/enhancement topic/PHP8.0 Related to features available in PHP 8.0+
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PHP 8 attributes and single_space_after_construct
3 participants