Skip to content

Commit cabefdb

Browse files
committed
Add missed return type in MoneyType
1 parent 9a7e6f7 commit cabefdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Form/Type/MoneyType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class MoneyType extends AbstractType
1414
{
15-
public function getParent()
15+
public function getParent(): string
1616
{
1717
return SymfonyMoneyType::class;
1818
}

0 commit comments

Comments
 (0)