mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
php 5.6 compatibility
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
eb429e7ee6
commit
ea834dab28
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ class ConnectionFactory {
|
|||
* @param string $host
|
||||
* @return array
|
||||
*/
|
||||
protected function splitHostFromPortAndSocket($host): array {
|
||||
protected function splitHostFromPortAndSocket($host) {
|
||||
$params = [
|
||||
'host' => $host,
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue