Skip to content

Commit

Permalink
Merge branch '4.4' into 5.4
Browse files Browse the repository at this point in the history
* 4.4:
  [HttpKernel] Guard against bad profile data
  Fix deprecations on PHP 8.2
  • Loading branch information
nicolas-grekas committed Mar 2, 2022
2 parents 7976800 + 72a5b35 commit d53a450
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/Fixtures/MockStream/MockStream.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
*/
class MockStream
{
public $context;

/**
* Opens file or URL.
*
Expand Down

0 comments on commit d53a450

Please sign in to comment.