Skip to content

Commit 52b7585

Browse files
committed
Merge branch '2.6' into 2.7
* 2.6: Added 'default' color [HttpFoundation] Reload the session after regenerating its id [HttpFoundation] Add a test case to confirm a bug in session migration [2.6] Static Code Analysis for Components and Bundles [Finder] Command::addAtIndex() fails with Command instance argument [DependencyInjection] Freeze also FrozenParameterBag::remove [Twig][Bridge] replaced `extends` with `use` in bootstrap_3_horizontal_layout.html.twig fix CS fixed CS Add a way to reset the singleton [Security] allow to use `method` in XML configs Remove duplicate example Remove var not used due to returning early (introduced in 8982c32) Enhance hhvm test skip message
2 parents 254169c + 5eec91a commit 52b7585

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PreloadedExtension.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ class PreloadedExtension implements FormExtensionInterface
3838
/**
3939
* Creates a new preloaded extension.
4040
*
41-
* @param FormTypeInterface[] $types The types that the extension should support.
42-
* @param array[FormTypeExtensionInterface[]] typeExtensions The type extensions that the extension should support.
43-
* @param FormTypeGuesserInterface|null $typeGuesser The guesser that the extension should support.
41+
* @param FormTypeInterface[] $types The types that the extension should support.
42+
* @param array[FormTypeExtensionInterface[]] $typeExtensions The type extensions that the extension should support.
43+
* @param FormTypeGuesserInterface|null $typeGuesser The guesser that the extension should support.
4444
*/
4545
public function __construct(array $types, array $typeExtensions, FormTypeGuesserInterface $typeGuesser = null)
4646
{

0 commit comments

Comments
 (0)