mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-06 22:07:58 +00:00
fix remaining psalm issues
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
473ddbfcee
commit
5dd2048500
6 changed files with 9 additions and 36 deletions
|
|
@ -185,7 +185,7 @@ readonly class DockerController {
|
|||
|
||||
$config = $this->configurationManager->GetConfig();
|
||||
// set AIO_URL
|
||||
$config['AIO_URL'] = $host . ':' . $port . $path;
|
||||
$config['AIO_URL'] = $host . ':' . (string)$port . $path;
|
||||
// set wasStartButtonClicked
|
||||
$config['wasStartButtonClicked'] = 1;
|
||||
// set install_latest_major
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue