Skip to content

Commit c763970

Browse files
committed
feat: allow doctrine/doctrine-bundle 3
1 parent 038c1f5 commit c763970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Functional/Fixtures/Entity/DummyWithStringableGetter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#[Entity]
2727
#[Geocodeable]
28-
final class DummyWithStringableGetter
28+
class DummyWithStringableGetter
2929
{
3030
#[Id]
3131
#[GeneratedValue]

tests/Functional/Fixtures/Entity/StringableAddress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Doctrine\ORM\Mapping\Embeddable;
1717

1818
#[Embeddable]
19-
final class StringableAddress implements \Stringable
19+
class StringableAddress implements \Stringable
2020
{
2121
public function __construct(
2222
#[Column]

0 commit comments

Comments
 (0)