Skip to content

Commit 5d0fbcd

Browse files
bug #45532 Fix deprecations on PHP 8.2 (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- Fix deprecations on PHP 8.2 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | On the road to #44282 | License | MIT | Doc PR | - Commits ------- ca566204d3 Fix deprecations on PHP 8.2
2 parents f6d1ca0 + 3d61171 commit 5d0fbcd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Tests/Fixtures/includes/classes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public static function configureStatic1()
5656

5757
class BarUserClass
5858
{
59+
public $foo;
5960
public $bar;
6061

6162
public function __construct(BarClass $bar)

Tests/Fixtures/includes/foo.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
class FooClass
66
{
7+
public $qux;
78
public $foo;
89
public $moo;
910

0 commit comments

Comments
 (0)