Skip to content

Commit 3b261a1

Browse files
committed
phpstan fix
1 parent d5f006f commit 3b261a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Infra/Models/ItemMultiPrice.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ public function getMetaProduct(): ?array
6262
return null;
6363
}
6464

65+
/**
66+
* @return array<string, string>
67+
*/
6568
protected function casts(): array
6669
{
6770
return [

0 commit comments

Comments
 (0)