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

Break PHPStan in more places

This commit is contained in:
Oliver Klee 2023-11-01 16:14:34 +01:00
parent 65a4738b6f
commit b25aaed1f3

View file

@ -29,7 +29,7 @@ class Tea extends AbstractEntity
/** /**
* @var FileReference|null * @var FileReference|null
* @phpstan-var FileReference|LazyLoadingProxy|null * @phpstan-var LazyLoadingProxy|null
* @Extbase\ORM\Lazy * @Extbase\ORM\Lazy
*/ */
protected $image; protected $image;