From fb2df33fc70c45843c4c5d48065238a83a07323c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 4 Mar 2022 18:46:21 +0100 Subject: [PATCH] Add proper types to Command --- files/lib/data/command/Command.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lib/data/command/Command.class.php b/files/lib/data/command/Command.class.php index ac63f14..d8bd6be 100644 --- a/files/lib/data/command/Command.class.php +++ b/files/lib/data/command/Command.class.php @@ -35,7 +35,7 @@ class Command extends ProcessibleDatabaseObject * * The default PlainCommand implicitely has one. */ - public function hasTriggers() + public function hasTriggers(): bool { static $chatPackageID = null;