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

PHP7.4 - properties types #6290

Merged
merged 1 commit into from Feb 16, 2022
Merged

PHP7.4 - properties types #6290

merged 1 commit into from Feb 16, 2022

Conversation

SpacePossum
Copy link
Contributor

part of #6288

@coveralls
Copy link

coveralls commented Feb 16, 2022

Coverage Status

Coverage decreased (-0.0007%) to 93.177% when pulling 6474f90 on SpacePossum:master_74_attribute_types into bc05dce on FriendsOfPHP:master.

@SpacePossum SpacePossum merged commit c753f74 into PHP-CS-Fixer:master Feb 16, 2022
@SpacePossum SpacePossum deleted the master_74_attribute_types branch February 16, 2022 10:48
*/
private $nameIndex;
private $default;
Copy link
Member

Choose a reason for hiding this comment

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

i'm confused about changed order of properties

like, is it that we have some ordering of typed vs non-typed properties automated, @SpacePossum ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Likely custom fixer that orders the properties based on the arguments/assignment in the constructor.
(I revered most, but some stuck around)

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

3 participants