mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
remove php closing tag
This commit is contained in:
parent
388bb6a5e1
commit
42678096bb
3 changed files with 1 additions and 3 deletions
|
|
@ -17,4 +17,4 @@ OC_API::register('get', '/privatedata/getattribute/{app}', array('OC_OCS_Private
|
|||
OC_API::register('get', '/privatedata/getattribute/{app}/{key}', array('OC_OCS_Privatedata', 'get'), 'ocs', OC_API::USER_AUTH);
|
||||
OC_API::register('post', '/privatedata/setattribute/{app}/{key}', array('OC_OCS_Privatedata', 'set'), 'ocs', OC_API::USER_AUTH);
|
||||
OC_API::register('post', '/privatedata/deleteattribute/{app}/{key}', array('OC_OCS_Privatedata', 'delete'), 'ocs', OC_API::USER_AUTH);
|
||||
?>
|
||||
|
||||
|
|
|
|||
|
|
@ -38,4 +38,3 @@ class Test_Filestorage_CommonTest extends Test_FileStorage {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
@ -35,4 +35,3 @@ class Test_Filestorage_Local extends Test_FileStorage {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Reference in a new issue