Skip to content

Commit

Permalink
fix: deprecated docstring typo (#367)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
  • Loading branch information
andrey18106 authored Aug 22, 2024
1 parent 5e907e8 commit 2fd5fb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Controller/OCSUiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __construct(
/**
* @throws OCSBadRequestException
*
* @depreacted since AppAPI 2.6.0, use registerFileActionMenuV2 instead
* @deprecated since AppAPI 2.6.0, use registerFileActionMenuV2 instead
*/
#[AppAPIAuth]
#[PublicPage]
Expand Down
4 changes: 2 additions & 2 deletions lib/PublicFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function exAppRequest(
/**
* Request to ExApp with AppAPI auth headers and ExApp user initialization
*
* @depreacted since AppAPI 3.0.0, use `exAppRequest` instead
* @deprecated since AppAPI 3.0.0, use `exAppRequest` instead
*/
public function exAppRequestWithUserInit(
string $appId,
Expand Down Expand Up @@ -84,7 +84,7 @@ public function asyncExAppRequest(
*
* @throws \Exception if ExApp not found or failed to setup ExApp user
*
* @depreacted since AppAPI 3.0.0, use `asyncExAppRequest` instead
* @deprecated since AppAPI 3.0.0, use `asyncExAppRequest` instead
*/
public function asyncExAppRequestWithUserInit(
string $appId,
Expand Down

0 comments on commit 2fd5fb5

Please sign in to comment.