8000 [Serializer] Bug #45151: Fixed according to coding standard. · ThomasNunninger/symfony@4cb4e34 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cb4e34

Browse files
[Serializer] Bug symfony#45151: Fixed according to coding standard.
Prefixed a globally namespaced PHP constant with a backslash.
1 parent f3a6486 commit 4cb4e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ public function testExtractAttributesRespectsContext()
702702

703703
public function testDenormalizeFalsePseudoType()
704704
{
705-
if (version_compare(PHP_VERSION, '8.0.0') < 0) {
705+
if (version_compare(\PHP_VERSION, '8.0.0') < 0) {
706706
$this->markTestSkipped('This feature requires PHP 8.0');
707707
}
708708

0 commit comments

Comments
 (0)
0