Skip to content

Commit

Permalink
Remove ignored annotation
Browse files Browse the repository at this point in the history
Making it a separate, valid annotation breaks the tests
  • Loading branch information
greg0ire committed Oct 5, 2022
1 parent 5a528be commit 021722a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Doctrine/Tests/ORM/Tools/SchemaValidatorTest.php
Expand Up @@ -366,7 +366,7 @@ class DDC1649Two
{
/**
* @var DDC1649One
* @Id @ManyToOne(targetEntity="DDC1649One")@JoinColumn(name="id", referencedColumnName="id")
* @Id @ManyToOne(targetEntity="DDC1649One")
*/
public $one;
}
Expand Down

0 comments on commit 021722a

Please sign in to comment.