diff --git a/tests/Doctrine/Tests/ORM/Functional/Ticket/GH10661/GH10661Test.php b/tests/Doctrine/Tests/ORM/Functional/Ticket/GH10661/GH10661Test.php index bd8e7a8b335..eca527ca760 100644 --- a/tests/Doctrine/Tests/ORM/Functional/Ticket/GH10661/GH10661Test.php +++ b/tests/Doctrine/Tests/ORM/Functional/Ticket/GH10661/GH10661Test.php @@ -8,7 +8,9 @@ use Doctrine\ORM\Tools\SchemaValidator; use Doctrine\Tests\OrmTestCase; -/** @requires PHP >= 7.4 */ +/** + * @requires PHP >= 7.4 + */ final class GH10661Test extends OrmTestCase { /** @var EntityManagerInterface */