Skip to content

Commit 7da1acb

Browse files
keradusnicolas-grekas
authored andcommitted
DX: re-apply self_accessor and phpdoc_types_order by PHP CS Fixer
1 parent 5a1aa07 commit 7da1acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FormBuilderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ interface FormBuilderInterface extends \Traversable, \Countable, FormConfigBuild
2727
*
2828
* @param array<string, mixed> $options
2929
*/
30-
public function add(string|FormBuilderInterface $child, string $type = null, array $options = []): static;
30+
public function add(string|self $child, string $type = null, array $options = []): static;
3131

3232
/**
3333
* Creates a form builder.

0 commit comments

Comments
 (0)