Skip to content

Commit

Permalink
Use multiline annotation
Browse files Browse the repository at this point in the history
I'm suspecting that with old versions of PHPUnit or its supporting
libraries, multiline won't work. Other occurrences of @requires in the
project are multiline.
  • Loading branch information
greg0ire committed Sep 15, 2023
1 parent 5ead785 commit 8657bc6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 8657bc6

Please sign in to comment.