Skip to content

Commit 4111512

Browse files
committed
ok
1 parent 06251c2 commit 4111512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Fixtures/TestBundle/Document/OptionalRequiredDummy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
)]
3434
#[ODM\Document]
35-
class OptionalRequiredDummy
35+
class OptionalRequiredDummy implements \Stringable
3636
{
3737
#[ApiProperty(writable: false)]
3838
#[ODM\Id(strategy: 'INCREMENT', type: 'int')]

tests/Fixtures/TestBundle/Entity/OptionalRequiredDummy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
)]
3434
#[ORM\Entity]
35-
class OptionalRequiredDummy
35+
class OptionalRequiredDummy implements \Stringable
3636
{
3737
#[ApiProperty(writable: false)]
3838
#[ORM\Column(type: 'integer')]

0 commit comments

Comments
 (0)