- // The unauthenticated OPTIONS request doesn't require these backends and we can't instantiate them without credentials for the underlying storage backend
+ // The unauthenticated OPTIONS request doesn't require these backends and we can't
+ // instantiate them without credentials for the underlying storage backend
if (!empty($userid)) {
Syncroton_Registry::set(Syncroton_Registry::DEVICEBACKEND, new kolab_sync_backend_device());
Syncroton_Registry::set(Syncroton_Registry::FOLDERBACKEND, new kolab_sync_backend_folder());