mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00

[CLEANUP] Make a type annotation more specific (#415)

This commit is contained in:
Oliver Klee 2022-03-30 12:14:04 +02:00 committed by GitHub
parent 3496732bd8
commit 869f348ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase;
class TeaRepositoryTest extends FunctionalTestCase
{
/**
* @var array<int, string>
* @var array<int, non-empty-string>
*/
protected $testExtensionsToLoad = ['typo3conf/ext/tea'];