Commit 213e564
committed
minor #51518 [HttpClient] Fix Static Code Analyzer issue with JsonMockResponse (alexander-schranz)
This PR was squashed before being merged into the 6.3 branch.
Discussion
----------
[HttpClient] Fix Static Code Analyzer issue with JsonMockResponse
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | yes (only Static Code Analyzer)
| New feature? | no
| Deprecations? | no
| Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License | MIT
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
The `JsonMockResponse` will inherit the `PHPDoc` from the MockResponse class when not explicit defined.
See https://phpstan.org/r/a3174b75-4b0c-4c15-918f-afdfab4da7a4
Commits
-------
c4756df009 [HttpClient] Fix Static Code Analyzer issue with JsonMockResponse1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
0 commit comments