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 d89b3f3 commit f801effCopy full SHA for f801eff
src/Router.php
@@ -30,9 +30,9 @@
30
*/
31
private RouterEngine $engine;
32
33
- public const int NOT_FOUND = 0;
34
- public const int FOUND = 1;
35
- public const int METHOD_NOT_ALLOWED = 2;
+ public const NOT_FOUND = 0;
+ public const FOUND = 1;
+ public const METHOD_NOT_ALLOWED = 2;
36
37
// ---------------------------------------------------------------//
38
0 commit comments