mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
Fix typo in PHPDoc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
3fc6d6234e
commit
9cb2aaa596
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class CheckSetupController extends Controller {
|
|||
}
|
||||
|
||||
/**
|
||||
* Checks if the ownCloud server can connect to the internet using HTTPS and HTTP
|
||||
* Checks if the server can connect to the internet using HTTPS and HTTP
|
||||
* @return bool
|
||||
*/
|
||||
private function isInternetConnectionWorking() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue