misc: DTO 에러에서 name을 포함하여 알림

This commit is contained in:
2022-07-09 12:13:15 +09:00
parent 368f31d1fa
commit c2e956a639
8 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ class ConverterDouble implements Converter
public function __construct(array $types, ...$args)
{
}
public function convertFrom(string|array|int|float|bool|null $raw): mixed
public function convertFrom(string|array|int|float|bool|null $raw, string $name): mixed
{
return $raw * 2;
}