Skip to content
/ form Public

Commit 77ed4bc

Browse files
committedOct 29, 2023
minor #52321 DX: re-apply self_accessor and phpdoc_types_order by PHP CS Fixer (keradus)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- DX: re-apply self_accessor and phpdoc_types_order by PHP CS Fixer | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix CS | License | MIT one further step to clean the CS status-quo, aiming for all-green in long-term Commits ------- ccd78410e9 DX: re-apply self_accessor and phpdoc_types_order by PHP CS Fixer
2 parents 5c32ac1 + 7da1acb commit 77ed4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎FormBuilderInterface.php

+1-1
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)