This commit is contained in:
Philipp Lang 2022-12-14 14:06:39 +01:00
parent bd34c3e835
commit 9740ea2be4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ use Worksome\RequestFactories\RequestFactory;
class SubscriptionRequestFactory extends RequestFactory
{
/**
* @return array<string, int|string|array<int, array{amount: int, name: string}>>
* @return array{fee_id: int, name: string, split: bool, children: array<int, array{amount: int, name: string}>}
*/
public function definition(): array
{