Skip to content

Commit bb541f6

Browse files
committed
Merge branch '2.3' into 2.6
Conflicts: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig src/Symfony/Component/PropertyAccess/PropertyAccessor.php src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php src/Symfony/Component/Validator/Tests/Mapping/Loader/XmlFileLoaderTest.php
2 parents b47bae8 + be78b51 commit bb541f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

DependencyInjection/Security/Factory/SecurityFactoryInterface.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ interface SecurityFactoryInterface
2323
{
2424
public function create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint);
2525

26+
/**
27+
* Defines the position at which the provider is called.
28+
* Possible values: pre_auth, form, http, and remember_me.
29+
*
30+
* @return string
31+
*/
2632
public function getPosition();
2733

2834
public function getKey();

0 commit comments

Comments
 (0)