mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Remove () from return statement
This commit is contained in:
parent
ae8d2d029f
commit
41f135daee
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class OC_Request {
|
|||
$proto = 'http';
|
||||
}
|
||||
}
|
||||
return($proto);
|
||||
return $proto;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue