Command: fix type doc comment for commandMap field

This commit is contained in:
Dylan K. Taylor 2019-12-01 21:01:57 +00:00
parent 5caae37768
commit 4b65e1cbe1

View File

@ -55,7 +55,7 @@ abstract class Command{
*/
private $activeAliases = [];
/** @var CommandMap */
/** @var CommandMap|null */
private $commandMap = null;
/** @var string */