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.
1 parent 87b892d commit 4951603Copy full SHA for 4951603
tests/Fixture/FooBarEnumType.php
@@ -23,7 +23,7 @@ public function getName()
23
* @return string|void|null
24
* @throws \ReflectionException
25
*/
26
- public function convertToPHPValue($value, $platform)
+ public function convertToPHPValue($value, AbstractPlatform $platform)
27
{
28
return FooBarEnum::from($value);
29
}
0 commit comments