Skip to content

Commit 7fe0cb8

Browse files
Merge branch '5.4' into 6.4
* 5.4: [Serializer] Fix fixture [FrameworkBundle] Fix PHP 8.4 deprecation Add an experimental CI job for PHP 8.4
2 parents 88da7f8 + 507f489 commit 7fe0cb8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/Normalizer/ObjectNormalizerTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,11 @@ public function __get($name)
10241024
return $this->foo = 123;
10251025
}
10261026
}
1027+
1028+
public function __isset($name)
1029+
{
1030+
return 'foo' === $name;
1031+
}
10271032
}
10281033

10291034
class DummyWithConstructorObject

0 commit comments

Comments
 (0)