버그 수정

This commit is contained in:
2019-04-21 22:29:08 +09:00
parent a31c949734
commit dd81dcc9c6
12 changed files with 104 additions and 66 deletions
+2 -2
View File
@@ -164,8 +164,8 @@ class ConstraintHelper{
return [__FUNCTION__, $npcType];
}
static function ReqEnvValue($key, string $keyNick, string $comp, $reqVal, string $failMessage):array{
return [__FUNCTION__, [$key, $keyNick, $comp, $reqVal, $failMessage]];
static function ReqEnvValue($key, string $comp, $reqVal, string $failMessage):array{
return [__FUNCTION__, [$key, $comp, $reqVal, $failMessage]];
}
static function ReqGeneralAtmosMargin(int $maxAtmos):array{