@@ -16,7 +16,7 @@ |
||
16 | 16 | { |
17 | 17 | |
18 | 18 | /** |
19 | - * @param $console |
|
19 | + * @param \App\Containers\Documentation\UI\CLI\Commands\GenerateApiDocsCommand $console |
|
20 | 20 | */ |
21 | 21 | public function run($console) |
22 | 22 | { |
@@ -13,7 +13,7 @@ discard block |
||
13 | 13 | { |
14 | 14 | |
15 | 15 | /** |
16 | - * @return mixed |
|
16 | + * @return string |
|
17 | 17 | */ |
18 | 18 | private function getFullApiUrl($type) |
19 | 19 | { |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | |
113 | 113 | |
114 | 114 | /** |
115 | - * @param $templateKey |
|
115 | + * @param string $templateKey |
|
116 | 116 | * @param $value |
117 | 117 | */ |
118 | 118 | private function replace($templateKey, $value) |