Skip to content

Commit c3f0a10

Browse files
committed
minor #52464 fix test fixture (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- fix test fixture | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- c985732 fix test fixture
2 parents 5725df0 + c985732 commit c3f0a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Routing/Tests/Fixtures/AnnotationFixtures/GlobalDefaultsClass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function redundantMethod()
4040
}
4141

4242
/**
43-
* @Route("/redundant-scheme", name="redundant_scheme", methods="https")
43+
* @Route("/redundant-scheme", name="redundant_scheme", schemes="https")
4444
*/
4545
public function redundantScheme()
4646
{

0 commit comments

Comments
 (0)