File tree Expand file tree Collapse file tree 2 files changed +4
-16
lines changed
SonataAdmin/src/Form/Type Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,8 @@ public function __construct(
2323 ) {
2424 }
2525
26- /**
27- * @return string
28- */
2926 #[\Override]
30- public function getParent ()
27+ public function getParent (): string
3128 {
3229 return TextType::class;
3330 }
@@ -37,10 +34,7 @@ public function getName(): string
3734 return 'media_choice ' ;
3835 }
3936
40- /**
41- * @return string
42- */
43- public function getBlockPrefix ()
37+ public function getBlockPrefix (): string
4438 {
4539 return 'joli_media_easy_admin_choice ' ;
4640 }
Original file line number Diff line number Diff line change @@ -23,11 +23,8 @@ public function __construct(
2323 ) {
2424 }
2525
26- /**
27- * @return string
28- */
2926 #[\Override]
30- public function getParent ()
27+ public function getParent (): string
3128 {
3229 return TextType::class;
3330 }
@@ -37,10 +34,7 @@ public function getName(): string
3734 return 'media_choice ' ;
3835 }
3936
40- /**
41- * @return string
42- */
43- public function getBlockPrefix ()
37+ public function getBlockPrefix (): string
4438 {
4539 return 'joli_media_sonata_admin_choice ' ;
4640 }
You can’t perform that action at this time.
0 commit comments