Skip to content

Commit f0517fc

Browse files
committed
minor symfony#58203 [FrameworkBundle] Remove obsolete requires annotation (derrabus)
This PR was merged into the 7.1 branch. Discussion ---------- [FrameworkBundle] Remove obsolete requires annotation | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | N/A | License | MIT FrameworkBundle requires Routing >= 6.4 and Routing 6.4 already ships the class in question. We don't need to check for it anymore. Commits ------- 618213b Remove obsolete requires annotation
2 parents 716ab58 + 618213b commit f0517fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Psr4RoutingTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111

1212
namespace Symfony\Bundle\FrameworkBundle\Tests\Functional;
1313

14-
/**
15-
* @requires function Symfony\Component\Routing\Loader\Psr4DirectoryLoader::__construct
16-
*/
1714
final class Psr4RoutingTest extends AbstractAttributeRoutingTestCase
1815
{
1916
protected function getTestCaseApp(): string

0 commit comments

Comments
 (0)