mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 12:36:12 +01:00
[CLEANUP] Reorder the type annotations for better readability (#819)
Apart from this small polish, there is nothing to change in order to be consistent with the latest decision on type annotations as described here: https://decisions.typo3.org/t/phpstan-specific-phpdoc-annotations-in-the-core-code-base/807 Fixes #794
This commit is contained in:
parent
8e7210914b
commit
1a5b7c40c6
1 changed files with 1 additions and 1 deletions
|
@ -19,8 +19,8 @@ class Tea extends AbstractEntity
|
|||
protected string $description = '';
|
||||
|
||||
/**
|
||||
* @phpstan-var FileReference|LazyLoadingProxy|null
|
||||
* @var FileReference|null
|
||||
* @phpstan-var FileReference|LazyLoadingProxy|null
|
||||
* @Lazy
|
||||
*/
|
||||
protected $image;
|
||||
|
|
Loading…
Reference in a new issue