From 9740ea2be4b79cf7c3ebbbfa0c336809f97876ea Mon Sep 17 00:00:00 2001 From: Philipp Lang Date: Wed, 14 Dec 2022 14:06:39 +0100 Subject: [PATCH] lint --- tests/RequestFactories/SubscriptionRequestFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/RequestFactories/SubscriptionRequestFactory.php b/tests/RequestFactories/SubscriptionRequestFactory.php index 888b4326..c7dd0dc4 100644 --- a/tests/RequestFactories/SubscriptionRequestFactory.php +++ b/tests/RequestFactories/SubscriptionRequestFactory.php @@ -8,7 +8,7 @@ use Worksome\RequestFactories\RequestFactory; class SubscriptionRequestFactory extends RequestFactory { /** - * @return array> + * @return array{fee_id: int, name: string, split: bool, children: array} */ public function definition(): array {