Passed
Push — master ( a2d8fe...d7eb30 )
by Ben
04:30
created
src/Parsers/RouteParser.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -61,6 +61,9 @@  discard block
 block discarded – undo
61 61
         return $parser->get();
62 62
     }
63 63
 
64
+    /**
65
+     * @param boolean $secure
66
+     */
64 67
     public function set(string $routename, array $parameters = [], $secure = null)
65 68
     {
66 69
         $this->reset();
@@ -104,6 +107,9 @@  discard block
 block discarded – undo
104 107
         return $this;
105 108
     }
106 109
 
110
+    /**
111
+     * @param string $routekey
112
+     */
107 113
     public function resolveRoute($routekey, $parameters = [])
108 114
     {
109 115
         return $this->urlParser->resolveRoute($routekey, $parameters);
Please login to merge, or discard this patch.