remove php closing tag

This commit is contained in:
Thomas Mueller 2013-01-14 23:51:58 +01:00
parent 388bb6a5e1
commit 42678096bb
3 changed files with 1 additions and 3 deletions

View File

@ -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);
?>

View File

@ -38,4 +38,3 @@ class Test_Filestorage_CommonTest extends Test_FileStorage {
}
}
?>

View File

@ -35,4 +35,3 @@ class Test_Filestorage_Local extends Test_FileStorage {
}
}
?>