Skip to content

Commit

Permalink
Merge pull request #1371 from come-nc/patch-1
Browse files Browse the repository at this point in the history
Fix phpdoc return type of findByUri in BackendInterface
  • Loading branch information
phil-davis authored Nov 30, 2021
2 parents af125a4 + 3c648d0 commit f8c1acc
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 f8c1acc

Please sign in to comment.