Skip to content

Commit 912975c

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: Improve readability of disallow_search_engine_index condition [Security] Avoid failing when PersistentRememberMeHandler handles a malformed cookie [DoctrineBridge] Undefined variable
2 parents b18a978 + b880ceb commit 912975c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/PropertyInfo/Fixtures/DoctrineFooType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function convertToDatabaseValue($value, AbstractPlatform $platform): ?str
4141
throw new ConversionException(sprintf('Expected "%s", got "%s"', 'Symfony\Bridge\Doctrine\Tests\PropertyInfo\Fixtures\Foo', get_debug_type($value)));
4242
}
4343

44-
return $foo->bar;
44+
return $value->bar;
4545
}
4646

4747
public function convertToPHPValue($value, AbstractPlatform $platform): ?Foo

0 commit comments

Comments
 (0)