Commit 29f60d1
committed
minor symfony#61075 [HttpFoundation] Fix deprecation in tests on PHP 8.5 (nicolas-grekas)
This PR was merged into the 7.3 branch.
Discussion
----------
[HttpFoundation] Fix deprecation in tests on PHP 8.5
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
3x: ob_flush(): Returning a non-string result from user output handler {closure:Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testConstructorWithChunks():34} is deprecated
3x in StreamedResponseTest::testConstructorWithChunks from Symfony\Component\HttpFoundation\Tests
1x: ob_get_clean(): Returning a non-string result from user output handler {closure:Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testConstructorWithChunks():34} is deprecated
1x in StreamedResponseTest::testConstructorWithChunks from Symfony\Component\HttpFoundation\Tests
Commits
-------
f79e73c [HttpFoundation] Fix deprecation in tests on PHP 8.5File tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/HttpFoundation/Tests
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments