Skip to content

Commit c985732

Browse files
committed
fix test fixture
1 parent 5725df0 commit c985732

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)