Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f59f07

Browse files
committed
merged branch tyx/fix/missing-property-form-di-extension (PR #8914)
This PR was merged into the master branch. Discussion ---------- [Form] Add missing default property typeExtensionServiceIds | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Just added missing property. It works pretty well for now as `$typeExtensionServiceIds` is setted in construct but could bring misunderstood or strange behavior in future. Commits ------- 938f83d [Form] Add missing default property typeExtensionServiceIds
2 parents cade045 + 938f83d commit 6f59f07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ class DependencyInjectionExtension implements FormExtensionInterface
2222

2323
private $typeServiceIds;
2424

25+
private $typeExtensionServiceIds;
26+
2527
private $guesserServiceIds;
2628

2729
private $guesser;

0 commit comments

Comments
 (0)