Skip to content

Commit 1b8549f

Browse files
committed
Fix for Nelmio API Doc
1 parent 37a9688 commit 1b8549f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Form/Type/TimestampType.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,12 @@ public function getParent()
3636
{
3737
return IntegerType::class;
3838
}
39+
40+
/**
41+
* @return string
42+
*/
43+
public function getBlockPrefix(): string
44+
{
45+
return 'integer';
46+
}
3947
}

0 commit comments

Comments
 (0)