Skip to content

Commit 4951603

Browse files
Neutron-ProNeutron-Pro
authored andcommitted
Ajout du type d'AbstractPlatorm
1 parent 87b892d commit 4951603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixture/FooBarEnumType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function getName()
2323
* @return string|void|null
2424
* @throws \ReflectionException
2525
*/
26-
public function convertToPHPValue($value, $platform)
26+
public function convertToPHPValue($value, AbstractPlatform $platform)
2727
{
2828
return FooBarEnum::from($value);
2929
}

0 commit comments

Comments
 (0)