Commit 6fa6381
authored
[12.x] Fix
* [12.x] Fix `Request::getAcceptableContentTypes()` changes in Symfony 7.4
Symfony 7.4 changes the return value of `getAcceptableContentType()` to
include additional value after `;`. E,g: `application/json; charset=utf-8` returns `application/json` in 7.3 and
below while 7.4 return the full value.
Signed-off-by: Mior Muhammad Zaki <[email protected]>
* wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
---------
Signed-off-by: Mior Muhammad Zaki <[email protected]>Request::getAcceptableContentTypes() changes in Symfony 7.4 (laravel#57783)1 parent 41496fd commit 6fa6381
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| |||
86 | 90 | | |
87 | 91 | | |
88 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
89 | 97 | | |
90 | 98 | | |
91 | 99 | | |
| |||
0 commit comments