Completed
Push — master ( ac854d...92cccc )
by Restu
12:32
created
src/Core/Router/Router.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
     }
120 120
 
121 121
     /**
122
-     * @param null $path
122
+     * @param string $path
123 123
      * @return array
124 124
      */
125 125
     public function getRouteByPath($path = null)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace JayaCode\Framework\Core\Router;
3 3
 
4
-use JayaCode\Framework\Core\Helper\HelperArray;
5 4
 use JayaCode\Framework\Core\Http\Request;
6 5
 use JayaCode\Framework\Core\Http\Response;
7 6
 
Please login to merge, or discard this patch.