@@ -15,7 +15,7 @@ |
||
15 | 15 | * Returns the information for the plugin. |
16 | 16 | * |
17 | 17 | * @param string $slug The slug of the plugin you want to pull |
18 | - * @return mixed |
|
18 | + * @return PluginModel |
|
19 | 19 | * @throws \GuzzleHttp\Exception\GuzzleException |
20 | 20 | */ |
21 | 21 | public function info(string $slug): PluginModel |
@@ -15,7 +15,7 @@ |
||
15 | 15 | * |
16 | 16 | * @param array $data |
17 | 17 | * |
18 | - * @return Model |
|
18 | + * @return Theme |
|
19 | 19 | */ |
20 | 20 | public function fill(array $data): Model |
21 | 21 | { |