Skip to content

Commit f801eff

Browse files
author
Pranjal Pandey
committed
keep < php8.4 support active
1 parent d89b3f3 commit f801eff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Router.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
*/
3131
private RouterEngine $engine;
3232

33-
public const int NOT_FOUND = 0;
34-
public const int FOUND = 1;
35-
public const int METHOD_NOT_ALLOWED = 2;
33+
public const NOT_FOUND = 0;
34+
public const FOUND = 1;
35+
public const METHOD_NOT_ALLOWED = 2;
3636

3737
// ---------------------------------------------------------------//
3838

0 commit comments

Comments
 (0)