minor #4268 Remove obsolete "requires PHP" annotation (derrabus)

This PR was merged into the 4.x branch.

Discussion
----------

Remove obsolete "requires PHP" annotation

Commits
-------

fe2803d2 Remove obsolete "requires PHP" annotation
This commit is contained in:
Fabien Potencier
2024-09-03 14:00:43 +02:00
-3
View File
@@ -19,9 +19,6 @@ use Twig\Util\DeprecationCollector;
class DeprecationCollectorTest extends TestCase
{
/**
* @requires PHP 5.3
*/
public function testCollect()
{
$twig = new Environment(new ArrayLoader());