Passed
Push — master ( b8f6df...218d14 )
by Alexander
01:42
created
src/interfaces/Router.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 
5 5
 interface Router
6 6
 {
7
-	public static function match(string $url, string $method = Http::GET): ?Route;
8
-	public static function getFallback(): ?Route;
9
-	public static function getPageRoute(string $url): Route;
7
+    public static function match(string $url, string $method = Http::GET): ?Route;
8
+    public static function getFallback(): ?Route;
9
+    public static function getPageRoute(string $url): Route;
10 10
 }
11 11
\ No newline at end of file
Please login to merge, or discard this patch.