fix: penalty 오타
This commit is contained in:
@@ -178,7 +178,7 @@ class ConstraintHelper{
|
||||
return [__FUNCTION__];
|
||||
}
|
||||
|
||||
static function NoPanelty(PenaltyKey $penaltyKey):array{
|
||||
static function NoPenalty(PenaltyKey $penaltyKey):array{
|
||||
return [__FUNCTION__, $penaltyKey];
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace sammo\Constraint;
|
||||
use sammo\Enums\PenaltyKey;
|
||||
use sammo\Json;
|
||||
|
||||
class NoPanelty extends Constraint{
|
||||
class NoPenalty extends Constraint{
|
||||
const REQ_VALUES = Constraint::REQ_GENERAL|Constraint::REQ_ARG|Constraint::REQ_BACKED_ENUM_ARG;
|
||||
|
||||
public function checkInputValues(bool $throwExeception=true):bool{
|
||||
Reference in New Issue
Block a user