mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 02:46:29 +00:00
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:
@@ -19,9 +19,6 @@ use Twig\Util\DeprecationCollector;
|
||||
|
||||
class DeprecationCollectorTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @requires PHP 5.3
|
||||
*/
|
||||
public function testCollect()
|
||||
{
|
||||
$twig = new Environment(new ArrayLoader());
|
||||
|
||||
Reference in New Issue
Block a user