1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-21 21:30:08 +00:00

Add proper types to Command

This commit is contained in:
Tim Düsterhus 2022-03-04 18:46:21 +01:00
parent f996153ed3
commit fb2df33fc7
Signed by: TimWolla
GPG Key ID: 8FF75566094168AF

View File

@ -35,7 +35,7 @@ class Command extends ProcessibleDatabaseObject
*
* The default PlainCommand implicitely has one.
*/
public function hasTriggers()
public function hasTriggers(): bool
{
static $chatPackageID = null;