mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:16:13 +02: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:
Oliver Klee 2023-04-22 18:40:06 +02:00 committed by GitHub
parent 8e7210914b
commit 1a5b7c40c6
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 FileReference|LazyLoadingProxy|null
* @var FileReference|null
* @phpstan-var FileReference|LazyLoadingProxy|null
* @Lazy
*/
protected $image;