mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:16:13 +01:00
[CLEANUP] Make a type annotation more specific (#415)
This commit is contained in:
parent
3496732bd8
commit
869f348ce8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase;
|
||||||
class TeaRepositoryTest extends FunctionalTestCase
|
class TeaRepositoryTest extends FunctionalTestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var array<int, string>
|
* @var array<int, non-empty-string>
|
||||||
*/
|
*/
|
||||||
protected $testExtensionsToLoad = ['typo3conf/ext/tea'];
|
protected $testExtensionsToLoad = ['typo3conf/ext/tea'];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue