We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b18a978 + b880ceb commit 912975cCopy full SHA for 912975c
Tests/PropertyInfo/Fixtures/DoctrineFooType.php
@@ -41,7 +41,7 @@ public function convertToDatabaseValue($value, AbstractPlatform $platform): ?str
41
throw new ConversionException(sprintf('Expected "%s", got "%s"', 'Symfony\Bridge\Doctrine\Tests\PropertyInfo\Fixtures\Foo', get_debug_type($value)));
42
}
43
44
- return $foo->bar;
+ return $value->bar;
45
46
47
public function convertToPHPValue($value, AbstractPlatform $platform): ?Foo
0 commit comments