We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent effbd16 commit 9d14e2aCopy full SHA for 9d14e2a
1 file changed
src/Form/Extension/UserComApiAwareTypeExtension.php
@@ -1,5 +1,12 @@
1
<?php
2
3
+/*
4
+ * This file has been created by developers from BitBag.
5
+ * Feel free to contact us once you face any issues or want to start
6
+ * You can find more information about us on https://bitbag.io and write us
7
+ * an email on hello@bitbag.io.
8
+ */
9
+
10
declare(strict_types=1);
11
12
namespace BitBag\SyliusUserComPlugin\Form\Extension;
@@ -14,7 +21,7 @@
14
21
15
22
final class UserComApiAwareTypeExtension extends AbstractTypeExtension
16
23
{
17
- public function buildForm(FormBuilderInterface $builder, array $options)
24
+ public function buildForm(FormBuilderInterface $builder, array $options): void
18
25
19
26
$builder
20
27
->add(
0 commit comments