mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-04-17 14:03:50 +02:00

[CLEANUP] Use short class references in the domain model annotations ()

Starting with TYPO3 10LTS, it is no longer necessary to use FQCNs
for domain property annotations for Extbase.
This commit is contained in:
Oliver Klee 2022-11-01 21:44:37 +01:00 committed by GitHub
parent 9c71ff0519
commit 90a256f49e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,8 +19,8 @@ class Tea extends AbstractEntity
protected string $description = '';
/**
* @phpstan-var \TYPO3\CMS\Extbase\Domain\Model\FileReference|LazyLoadingProxy|null
* @var \TYPO3\CMS\Extbase\Domain\Model\FileReference|null
* @phpstan-var FileReference|LazyLoadingProxy|null
* @var FileReference|null
* @Lazy
*/
protected $image;