From 2d41bf8f2fc37bcd7cc7eaeed3b9a3bff8f6c9d7 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Aug 2021 20:40:37 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=207.2=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=98=A4=EB=8F=99=EC=9E=91=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9997675b1d7d35708a2129fe4d3b1ce2b59c79c9. --- hwe/sammo/Command/BaseCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Command/BaseCommand.php b/hwe/sammo/Command/BaseCommand.php index 5bc25663..65ead2ee 100644 --- a/hwe/sammo/Command/BaseCommand.php +++ b/hwe/sammo/Command/BaseCommand.php @@ -18,7 +18,7 @@ abstract class BaseCommand{ static protected $actionName = 'CommandName'; static public $reqArg = false; static protected $isLazyCalcReqTurn = false; - public $reason; + public ?string $reason; public function getCommandDetailTitle():string{ return $this->getName();