mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[CLEANUP] Use short class references in the domain model annotations (#669)
Starting with TYPO3 10LTS, it is no longer necessary to use FQCNs for domain property annotations for Extbase.
This commit is contained in:
parent
9c71ff0519
commit
90a256f49e
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ class Tea extends AbstractEntity
|
||||||
protected string $description = '';
|
protected string $description = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @phpstan-var \TYPO3\CMS\Extbase\Domain\Model\FileReference|LazyLoadingProxy|null
|
* @phpstan-var FileReference|LazyLoadingProxy|null
|
||||||
* @var \TYPO3\CMS\Extbase\Domain\Model\FileReference|null
|
* @var FileReference|null
|
||||||
* @Lazy
|
* @Lazy
|
||||||
*/
|
*/
|
||||||
protected $image;
|
protected $image;
|
||||||
|
|
Loading…
Reference in a new issue