Skip to content

Commit 1679c22

Browse files
committed
clean up @requires annotation
1 parent 2479067 commit 1679c22

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,6 @@ public function testIgnore()
283283
$this->assertSame([], $normalizer->normalize($dummy));
284284
}
285285

286-
/**
287-
* @requires PHP 8.1.2
288-
*/
289286
public function testDenormalizeWhenObjectNotInstantiable()
290287
{
291288
$this->expectException(NotNormalizableValueException::class);

0 commit comments

Comments
 (0)