From 9f8eae3f50d61e2bbe849ce2e9a15a6567a65706 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Mon, 25 Oct 2021 22:20:19 +0000 Subject: Use more explicit naming for profile link action Signed-off-by: Christopher Ng --- lib/public/AppFramework/Bootstrap/IRegistrationContext.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/public') diff --git a/lib/public/AppFramework/Bootstrap/IRegistrationContext.php b/lib/public/AppFramework/Bootstrap/IRegistrationContext.php index de391050ec1..3e5aef06e8b 100644 --- a/lib/public/AppFramework/Bootstrap/IRegistrationContext.php +++ b/lib/public/AppFramework/Bootstrap/IRegistrationContext.php @@ -255,12 +255,12 @@ interface IRegistrationContext { /** * Register an implementation of \OCP\Profile\ILinkAction that - * will handle the implementation of a profile action + * will handle the implementation of a profile link action * * @param string $actionClass * @psalm-param class-string<\OCP\Profile\ILinkAction> $actionClass * @return void * @since 23.0.0 */ - public function registerProfileAction(string $actionClass): void; + public function registerProfileLinkAction(string $actionClass): void; } -- cgit v1.2.3