Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 7ff0f4c

Browse files
committed
Merge branch 'hotfix/7'
Close #6 Close #7
2 parents 892e06b + 6cfde6f commit 7ff0f4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Http/Wildcard.php

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414

1515
/**
1616
* Wildcard route.
17+
*
18+
* @deprecated since version 2.3.
19+
* Misuse of this route type can lead to potential security issues.
20+
* Use the `Segment` route type instead.
1721
*/
1822
class Wildcard implements RouteInterface
1923
{

0 commit comments

Comments
 (0)