Skip to content

Commit

Permalink
Fix test to only resolve to known classes (#2663)
Browse files Browse the repository at this point in the history
  • Loading branch information
dritter committed Jul 15, 2022
1 parent db7012e commit 12ab2ac
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@ use My\Namespace\UsedUnknownClass;
final class SkipUnknownTargetEntity
{
/**
* @ORM\ManyToOne(targetEntity=\My\Namespace\UsedUnknownClass::class)
* @ORM\ManyToOne(targetEntity=UsedUnknownClass)
*/
private readonly ?Collection $items;
}

0 comments on commit 12ab2ac

Please sign in to comment.