From 869f348ce83927626cd9500c0b257467505f4b01 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 30 Mar 2022 12:14:04 +0200 Subject: [PATCH] [CLEANUP] Make a type annotation more specific (#415) --- .../Functional/Domain/Repository/Product/TeaRepositoryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Functional/Domain/Repository/Product/TeaRepositoryTest.php b/Tests/Functional/Domain/Repository/Product/TeaRepositoryTest.php index d870705..9b4e5ca 100644 --- a/Tests/Functional/Domain/Repository/Product/TeaRepositoryTest.php +++ b/Tests/Functional/Domain/Repository/Product/TeaRepositoryTest.php @@ -19,7 +19,7 @@ use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase; class TeaRepositoryTest extends FunctionalTestCase { /** - * @var array + * @var array */ protected $testExtensionsToLoad = ['typo3conf/ext/tea'];