Skip to content

Commit 9d14e2a

Browse files
committed
[UC-3] Add OS header & return type
1 parent effbd16 commit 9d14e2a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/Form/Extension/UserComApiAwareTypeExtension.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

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+
310
declare(strict_types=1);
411

512
namespace BitBag\SyliusUserComPlugin\Form\Extension;
@@ -14,7 +21,7 @@
1421

1522
final class UserComApiAwareTypeExtension extends AbstractTypeExtension
1623
{
17-
public function buildForm(FormBuilderInterface $builder, array $options)
24+
public function buildForm(FormBuilderInterface $builder, array $options): void
1825
{
1926
$builder
2027
->add(

0 commit comments

Comments
 (0)