From 3b8cdf6c4e2fd41cbf15b0f189c81ecb4b5a16db Mon Sep 17 00:00:00 2001 From: Chris Breuer Date: Sun, 14 Mar 2021 16:28:00 -0700 Subject: [PATCH] wip --- tests/MediaConverterTestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/MediaConverterTestCase.php b/tests/MediaConverterTestCase.php index a514486..db447d1 100644 --- a/tests/MediaConverterTestCase.php +++ b/tests/MediaConverterTestCase.php @@ -7,9 +7,9 @@ class MediaConverterTestCase extends TestCase { - public array $settings = []; + public $settings = []; - public array $sizes = []; + public $sizes = []; protected function getPackageProviders($app): array {