@@ -1000,8 +1000,8 @@ discard block |
||
1000 | 1000 | } |
1001 | 1001 | |
1002 | 1002 | /** |
1003 | - * @param $zipFile |
|
1004 | - * @param $outputPath |
|
1003 | + * @param string $zipFile |
|
1004 | + * @param string $outputPath |
|
1005 | 1005 | * @return bool |
1006 | 1006 | */ |
1007 | 1007 | public function unzipThemeFile($zipFile, $outputPath) { |
@@ -1098,7 +1098,7 @@ discard block |
||
1098 | 1098 | * Get github link for free theme |
1099 | 1099 | * |
1100 | 1100 | * @param string $theme_name |
1101 | - * @return mixed|null |
|
1101 | + * @return string|null |
|
1102 | 1102 | */ |
1103 | 1103 | protected function getGitLinkForFreeTheme($theme_name = 'adminlte2') |
1104 | 1104 | { |