Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 16, 2015
1 parent ae17a54 commit c001c45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion framework/Dav/lib/Horde/Dav/Collection.php
Expand Up @@ -243,7 +243,7 @@ public function getProperties($properties)
}

public function propPatch(DAV\PropPatch $propPatch) {

}

}
6 changes: 1 addition & 5 deletions framework/Dav/lib/Horde/Dav/Contacts/Backend.php
Expand Up @@ -66,18 +66,14 @@ public function getAddressBooksForUser($principalUri)
}

/**
* Updates an addressbook's properties
*
* See Sabre\DAV\IProperties for a description of the mutations array, as
* well as the return value.
* Updates properties for an address book.
*
* @param string $addressBookId
* @param \Sabre\DAV\PropPatch $propPatch
* @return void
*/
public function updateAddressBook($addressBookId, \Sabre\DAV\PropPatch $propPatch)
{
return false;
}

/**
Expand Down
5 changes: 2 additions & 3 deletions framework/Dav/lib/Horde/Dav/Principals.php
Expand Up @@ -123,11 +123,10 @@ protected function _getUserInfo($user)
*
* @param string $path
* @param \Sabre\DAV\PropPatch $propPatch
* @return array|bool
* @return void
*/
public function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch)
{
return false;
}

/**
Expand All @@ -139,7 +138,7 @@ public function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch)
* @param string $test
* @return array
*/
function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof')
public function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof')
{
return array();
}
Expand Down

0 comments on commit c001c45

Please sign in to comment.