Merge pull request #32404 from nextcloud/debt/noid/psalm-warning-iaddressbook

[Psalm] Drop redundanten return comment
pull/31029/head
Côme Chilliet 2022-05-17 14:17:43 +07:00 committed by GitHub
commit a4f23b17a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

@ -47,7 +47,6 @@ namespace OCP {
/** /**
* @return string defining the unique uri * @return string defining the unique uri
* @since 16.0.0 * @since 16.0.0
* @return string
*/ */
public function getUri(): string; public function getUri(): string;