Skip to content

Conversation

teohhanhui
Copy link
Contributor

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

As the deprecated Symfony\Component\HttpKernel\Client does not extend Symfony\Component\HttpKernel\HttpKernelBrowser, it has not retained the correct PHPDoc from before.

The order of inheritance was changed in #31881, but the PHPDoc was never restored.

@teohhanhui
Copy link
Contributor Author

Travis failures seem unrelated.

@nicolas-grekas nicolas-grekas added this to the 4.3 milestone Jun 28, 2019
@nicolas-grekas
Copy link
Member

Thank you @teohhanhui.

@nicolas-grekas nicolas-grekas merged commit 3321351 into symfony:4.3 Jun 28, 2019
nicolas-grekas added a commit that referenced this pull request Jun 28, 2019
…sponse back to Client (teohhanhui)

This PR was merged into the 4.3 branch.

Discussion
----------

[HttpKernel] Add @method PHPDoc for getRequest and getResponse back to Client

| Q             | A
| ------------- | ---
| Branch?       | 4.3
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | N/A
| License       | MIT
| Doc PR        | N/A

As the deprecated `Symfony\Component\HttpKernel\Client` does not extend `Symfony\Component\HttpKernel\HttpKernelBrowser`, it has not retained the correct PHPDoc from before.

The order of inheritance was changed in #31881, but the PHPDoc was never restored.

Commits
-------

3321351 [HttpKernel] Add @method PHPDoc for getRequest and getResponse back to Client
@teohhanhui teohhanhui deleted the fix/http-kernel-client-phpdoc-bc branch June 28, 2019 11:59
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