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

FullyQualifiedStrictTypesFixer - NoSuperfluousPhpdocTagsFixer - adjust priority #3912

Conversation

dmvdbrugge
Copy link
Contributor

This fixes #3850

public function getPriority()
{
// should run after PhpdocToReturnTypeFixer
// should run before NoSuperfluousPhpdocTagsFixer
Copy link
Contributor

Choose a reason for hiding this comment

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

the added test shows the prio issue for NoSuperfluousPhpdocTagsFixer, but not for PhpdocToReturnTypeFixer, is the priority test missing or is the comment a bit off?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The priority test already exists because the priority was already there (and adhered to).

Copy link
Contributor

Choose a reason for hiding this comment

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

ah check, missed that one 👍

@SpacePossum SpacePossum added this to the 2.12.3 milestone Jul 30, 2018
@dmvdbrugge dmvdbrugge force-pushed the fully_qualified_strict_types-no_superfluous_phpdoc_tags-priority branch from b69bc6c to fa17194 Compare July 30, 2018 19:12
@keradus keradus changed the title FullyQualifiedStrictTypesFixer - NoSuperfluousPhpdocTagsFixer - Priority FullyQualifiedStrictTypesFixer - NoSuperfluousPhpdocTagsFixer - adjust priority Aug 10, 2018
@keradus
Copy link
Member

keradus commented Aug 10, 2018

Thank you @dmvdbrugge.

@keradus keradus merged commit fa17194 into PHP-CS-Fixer:2.12 Aug 10, 2018
keradus added a commit that referenced this pull request Aug 10, 2018
…er - adjust priority (dmvdbrugge)

This PR was merged into the 2.12 branch.

Discussion
----------

FullyQualifiedStrictTypesFixer - NoSuperfluousPhpdocTagsFixer - adjust priority

This fixes #3850

Commits
-------

fa17194 FullyQualifiedStrictTypesFixer - NoSuperfluousPhpdocTagsFixer - Priority
@dmvdbrugge dmvdbrugge deleted the fully_qualified_strict_types-no_superfluous_phpdoc_tags-priority branch August 10, 2018 11:13
Sign up for free to 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.

None yet

3 participants