Skip to content

"An instance of X" phpdocs removal #32973

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

Closed
wants to merge 1 commit into from

Conversation

fabpot
Copy link
Member

@fabpot fabpot commented Aug 6, 2019

Q A
Branch? 5.0
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets n/a
License MIT
Doc PR n/a

This PR removes all phpdocs referring to instances of X @param X $x A X instance (or similar).

@fabpot fabpot force-pushed the obvious-phpdocs-removal branch from fb9bf39 to b45a526 Compare August 6, 2019 05:48
@fabpot
Copy link
Member Author

fabpot commented Aug 6, 2019

fabbot errors are false positive.

@fabpot fabpot changed the title Obvious phpdocs removal "An instance of X" phpdocs removal Aug 6, 2019
@nicolas-grekas
Copy link
Member

For 4.4 at least so that we reduce merge conflict?

@fabpot
Copy link
Member Author

fabpot commented Aug 6, 2019

@nicolas-grekas I spent enough time on this. 5.0 is good enough for me.

*
* @return string An absolute URL
*
* @throws \LogicException
*/
public function generateUri($request, $path)
public function generateUri(Request $request, $path)
Copy link
Member

Choose a reason for hiding this comment

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

I ported the patch in this PR on 4.4 in #32974, but this file must be updated on master only, so it's not part of that other PR.

@nicolas-grekas
Copy link
Member

Closing for #32974

nicolas-grekas added a commit that referenced this pull request Aug 6, 2019
This PR was merged into the 4.4 branch.

Discussion
----------

"An instance of X" phpdocs removal

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

That's #32973 on 4.4 :P

Commits
-------

7a44ed6 removed unneeded phpdocs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants