Skip to content

Commit

Permalink
Fix phpdoc return type of findByUri in BackendInterface
Browse files Browse the repository at this point in the history
Fix phpdoc return type of findByUri
  • Loading branch information
come-nc authored Nov 30, 2021
1 parent af125a4 commit 3c648d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DAVACL/PrincipalBackend/BackendInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function searchPrincipals($prefixPath, array $searchProperties, $test = '
* @param string $uri
* @param string $principalPrefix
*
* @return string
* @return string|null
*/
public function findByUri($uri, $principalPrefix);

Expand Down

0 comments on commit 3c648d0

Please sign in to comment.