From 060a3b30910dfe3668b67a183c42bec2d042e2ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 2 Feb 2023 16:41:52 +0100 Subject: [PATCH] Add return type to `CommandTrigger::getTitle()` --- LICENSE | 2 +- files/lib/data/command/CommandTrigger.class.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index f06993c..bcc0fb3 100644 --- a/LICENSE +++ b/LICENSE @@ -10,7 +10,7 @@ Additional Use Grant: You may use the Licensed Work when your application uses the Licensed Work for a purpose that does neither directly or indirectly generate revenue. -Change Date: 2026-10-13 +Change Date: 2027-02-02 Change License: Version 2 or later of the GNU General Public License as published by the Free Software Foundation. diff --git a/files/lib/data/command/CommandTrigger.class.php b/files/lib/data/command/CommandTrigger.class.php index 9d08238..dab5ad2 100644 --- a/files/lib/data/command/CommandTrigger.class.php +++ b/files/lib/data/command/CommandTrigger.class.php @@ -1,12 +1,12 @@ commandTrigger; }