Skip to content

Commit

Permalink
Make adjustments based on the Psalm code scanning
Browse files Browse the repository at this point in the history
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
  • Loading branch information
shdehnavi committed Jul 9, 2023
1 parent 793cd10 commit 083a390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -1998,7 +1998,7 @@ public function getWebRoot(): string {
* @return \OC\OCSClient
* @deprecated 20.0.0
*/
public function getOcsClient(): OCSClient {
public function getOcsClient() {
return $this->get('OcsClient');
}

Expand Down

0 comments on commit 083a390

Please sign in to comment.