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
1 changed files with 1 additions and 1 deletions

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;