This commit is contained in:
Yuri Kuznetsov
2023-10-26 12:35:16 +03:00
parent f8d5dd7fa6
commit 27b9e28e20

View File

@@ -48,6 +48,8 @@ class Record extends RecordBase
* @throws BadRequest
* @throws NotFound
* @throws Forbidden
* @throws Error
* @noinspection PhpUnused
*/
public function getActionListLinked(Request $request): stdClass
{
@@ -167,6 +169,7 @@ class Record extends RecordBase
* @throws BadRequest
* @throws NotFoundSilent
* @throws Forbidden
* @noinspection PhpUnused
*/
public function putActionFollow(Request $request): bool
{
@@ -186,6 +189,7 @@ class Record extends RecordBase
*
* @throws NotFoundSilent
* @throws BadRequest
* @noinspection PhpUnused
*/
public function deleteActionUnfollow(Request $request): bool
{