Skip to content

Commit d53a450

Browse files
Merge branch '4.4' into 5.4
* 4.4: [HttpKernel] Guard against bad profile data Fix deprecations on PHP 8.2
2 parents 7976800 + 72a5b35 commit d53a450

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Fixtures/MockStream/MockStream.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
*/
1818
class MockStream
1919
{
20+
public $context;
21+
2022
/**
2123
* Opens file or URL.
2224
*

0 commit comments

Comments
 (0)