@@ -119,6 +119,7 @@ discard block |
||
119 | 119 | |
120 | 120 | /** |
121 | 121 | * Checks if the Nextcloud server can connect to a specific URL using both HTTPS and HTTP |
122 | + * @param string $sitename |
|
122 | 123 | * @return bool |
123 | 124 | */ |
124 | 125 | private function isSiteReachable($sitename) { |
@@ -316,7 +317,7 @@ discard block |
||
316 | 317 | |
317 | 318 | /** |
318 | 319 | * @NoCSRFRequired |
319 | - * @return DataResponse |
|
320 | + * @return DataDisplayResponse |
|
320 | 321 | */ |
321 | 322 | public function getFailedIntegrityCheckFiles() { |
322 | 323 | if(!$this->checker->isCodeCheckEnforced()) { |