From d717dd98507f6f97aff590be887fa9ed44994ed0 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 23 May 2025 11:19:12 +0200 Subject: feat(OCP): Consumable vs. Implementable public API Signed-off-by: Joas Schilling --- lib/public/Notification/IDeferrableApp.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'lib/public/Notification/IDeferrableApp.php') diff --git a/lib/public/Notification/IDeferrableApp.php b/lib/public/Notification/IDeferrableApp.php index 1820ed7ecd6..00c7d691b10 100644 --- a/lib/public/Notification/IDeferrableApp.php +++ b/lib/public/Notification/IDeferrableApp.php @@ -8,11 +8,9 @@ declare(strict_types=1); */ namespace OCP\Notification; -/** - * Interface IDeferrableApp - * - * @since 20.0.0 - */ +use OCP\AppFramework\Attribute\Implementable; + +#[Implementable(since: '20.0.0')] interface IDeferrableApp extends IApp { /** * Start deferring notifications until `flush()` is called -- cgit v1.2.3