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

[TASK] Avoid unnecessary FQCN (#1135)

This commit is contained in:
Oliver Klee 2024-01-23 20:39:13 +01:00 committed by GitHub
parent 470c896cbb
commit 2ab2a6c0aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
*/
final class TeaTest extends UnitTestCase
{
private \TTN\Tea\Domain\Model\Tea $subject;
private Tea $subject;
protected function setUp(): void
{