use class, function 커맨드를 php8에서 사용할 수 있도록 수정
- \ 토큰 해석 문제
- VSCode 자동 완성 문제로 use function \sammo\{ 를 모두 해제
This commit is contained in:
@@ -32,8 +32,8 @@ abstract class BaseCommand{
|
||||
|
||||
/** @var \sammo\General */
|
||||
protected $destGeneralObj = null;
|
||||
protected $destCity = null;
|
||||
protected $destNation = null;
|
||||
protected ?array $destCity = null;
|
||||
protected ?array $destNation = null;
|
||||
|
||||
protected $cachedPermissionToReserve = false;
|
||||
protected $cachedMinConditionMet = false;
|
||||
|
||||
Reference in New Issue
Block a user