-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
"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
Conversation
22e3427
to
fb9bf39
Compare
fb9bf39
to
b45a526
Compare
fabbot errors are false positive. |
For 4.4 at least so that we reduce merge conflict? |
@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) |
There was a problem hiding this comment.
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.
Closing for #32974 |
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
This PR removes all phpdocs referring to instances of X
@param X $x A X instance
(or similar).