@@ -71,7 +71,7 @@ |
||
71 | 71 | /** |
72 | 72 | * Get module path for a specific module. |
73 | 73 | * |
74 | - * @param $name |
|
74 | + * @param string $name |
|
75 | 75 | * |
76 | 76 | * @return string |
77 | 77 | */ |
@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | * Get a specific data from json file by given the key. |
48 | 48 | * |
49 | 49 | * @param string $key |
50 | - * @param mixed $default |
|
50 | + * @param string $default |
|
51 | 51 | * |
52 | 52 | * @return mixed |
53 | 53 | */ |
@@ -145,7 +145,7 @@ discard block |
||
145 | 145 | /** |
146 | 146 | * Get version. |
147 | 147 | * |
148 | - * @return mixed |
|
148 | + * @return string |
|
149 | 149 | */ |
150 | 150 | public function getVersion() |
151 | 151 | { |