Skip to content

Enabled the no_superfluous_phpdoc_tags fixer rule #837

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

Merged
merged 1 commit into from
Jul 20, 2018
Merged

Enabled the no_superfluous_phpdoc_tags fixer rule #837

merged 1 commit into from
Jul 20, 2018

Conversation

javiereguiluz
Copy link
Member

Our code was already good 😎 ... but this rule removed some unneeded PHPdoc.

@javiereguiluz javiereguiluz merged commit f8483c2 into symfony:master Jul 20, 2018
javiereguiluz added a commit that referenced this pull request Jul 20, 2018
…guiluz)

This PR was merged into the master branch.

Discussion
----------

Enabled the no_superfluous_phpdoc_tags fixer rule

Our code was already good 😎 ... but this rule removed some unneeded PHPdoc.

Commits
-------

f8483c2 Enabled the no_superfluous_phpdoc_tags fixer rule
@@ -121,8 +119,6 @@ private function getMockedTransformer(array $findByReturnValues = []): TagArrayT
* This helper method creates a Tag instance for the given tag name.
*
* @param string $name
Copy link
Member

Choose a reason for hiding this comment

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

should this be moved to a typehint too ?

javiereguiluz added a commit that referenced this pull request Jul 26, 2018
This PR was merged into the master branch.

Discussion
----------

Added more type hints and removed PHPdoc

A follow-up of #837 after this comment from @stof: https://github.com/symfony/demo/pull/837/files/f8483c27636eafa5a56302ba6daac04dcd36e8fa#r204007113

Commits
-------

4f177c3 Added more type hints and removed PHPdoc
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.

2 participants