Lint
This commit is contained in:
parent
ff34c23032
commit
1c6e32d44d
|
@ -34,9 +34,6 @@ class BankAccount extends Data
|
||||||
return BankAccountRequestFactory::new();
|
return BankAccountRequestFactory::new();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return array<string, mixed>
|
|
||||||
*/
|
|
||||||
public function toNami(?int $memberId = null): string
|
public function toNami(?int $memberId = null): string
|
||||||
{
|
{
|
||||||
return json_encode([
|
return json_encode([
|
||||||
|
|
Loading…
Reference in New Issue