Skip to content

Commit

Permalink
Break PHPStan in more places
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Nov 3, 2023
1 parent 57714cc commit 0c90cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Product/Tea.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Tea extends AbstractEntity

/**
* @var FileReference|null
* @phpstan-var FileReference|LazyLoadingProxy|null
* @phpstan-var LazyLoadingProxy|null
* @Extbase\ORM\Lazy
*/
protected $image;
Expand Down

0 comments on commit 0c90cf6

Please sign in to comment.