We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321e314 commit 5817099Copy full SHA for 5817099
src/Application/IRouter.php
@@ -18,7 +18,7 @@ interface IRouter
18
/** only matching route */
19
const ONE_WAY = 0b0001;
20
21
- /** HTTPS route */
+ /** @deprecated */
22
const SECURED = 0b0010;
23
24
/**
0 commit comments