Completed
Pull Request — master (#572)
by Sang
07:45
created
src/Tools/DocumentationConfig.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -11,6 +11,10 @@
 block discarded – undo
11 11
         $this->data = $config;
12 12
     }
13 13
 
14
+    /**
15
+     * @param string $key
16
+     * @param boolean $default
17
+     */
14 18
     public function get($key, $default = null)
15 19
     {
16 20
         return data_get($this->data, $key, $default);
Please login to merge, or discard this patch.
src/Tools/Generator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
     /**
29 29
      * @param Route $route
30 30
      *
31
-     * @return mixed
31
+     * @return string
32 32
      */
33 33
     public function getUri(Route $route)
34 34
     {
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
      * @param ReflectionMethod $method
164 164
      * @param array $tags
165 165
      *
166
-     * @return array
166
+     * @return Route
167 167
      */
168 168
     protected function getQueryParameters(ReflectionMethod $method, array $tags)
169 169
     {
Please login to merge, or discard this patch.