Test Setup Failed
Push — master ( f12772...22ec50 )
by Mehmet
01:58
created
src/Dispatcher.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -43,6 +43,9 @@
 block discarded – undo
43 43
         FastRoute\Dispatcher::NOT_FOUND => 404
44 44
     ];
45 45
 
46
+    /**
47
+     * @param null|string $cacheFile
48
+     */
46 49
     public function __construct(array $routes, int $defaultReturnType, ?string  $cacheFile)
47 50
     {
48 51
         $this->routes = $routes;
Please login to merge, or discard this patch.