Update to adhere to the coding guidelines.
This commit is contained in:
parent
6ba23912a7
commit
442a2e074c
|
@ -83,8 +83,7 @@ class Server extends SimpleContainer implements IServerContainer {
|
|||
*
|
||||
* @return \OCP\IRequest|null
|
||||
*/
|
||||
function getRequest()
|
||||
{
|
||||
function getRequest() {
|
||||
return $this->query('Request');
|
||||
}
|
||||
|
||||
|
@ -93,8 +92,7 @@ class Server extends SimpleContainer implements IServerContainer {
|
|||
*
|
||||
* @return \OCP\IPreview
|
||||
*/
|
||||
function getPreviewManager()
|
||||
{
|
||||
function getPreviewManager() {
|
||||
return $this->query('PreviewManager');
|
||||
}
|
||||
|
||||
|
@ -103,8 +101,7 @@ class Server extends SimpleContainer implements IServerContainer {
|
|||
*
|
||||
* @return \OCP\Files\Folder
|
||||
*/
|
||||
function getRootFolder()
|
||||
{
|
||||
function getRootFolder() {
|
||||
return $this->query('RootFolder');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue