diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2016-06-21 08:41:01 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2016-06-21 08:41:01 +0200 |
commit | 7c2ac478c3acd326ade3b0ebab7a93cfd64a2a0c (patch) | |
tree | c240d3175f02bfc9eb09e012967516e2b0bfc407 | |
parent | 1317cb34f89cbaeba6c7325bf8e7c0935797e6dc (diff) | |
parent | ff1751179659761723a247da93e3113da5fba352 (diff) | |
download | symfony-security-7c2ac478c3acd326ade3b0ebab7a93cfd64a2a0c.zip symfony-security-7c2ac478c3acd326ade3b0ebab7a93cfd64a2a0c.tar.gz symfony-security-7c2ac478c3acd326ade3b0ebab7a93cfd64a2a0c.tar.bz2 |
Merge branch '3.1'
* 3.1:
fixed CS
fixed CS
fixed CS
fixed CS
tweaked default CS fixer config
[HttpKernel] Dont close the output stream in debug
move HttpKernel component to require section
Fixed oci and sqlsrv merge queries when emulation is disabled - fixes #17284
[Session] fix PDO transaction aborted under PostgreSQL
[Console] Use InputInterface inherited doc as possible
Mention generating absolute urls in UPGRADE files and CHANGELOG
parse embedded mappings only if value is a string
add docblock type elements to support newly added IteratorAggregate::getIterator PhpStorm support
FormBuilderInterface: fix getForm() return type.
[YAML] Fixed parsing problem with nested DateTime lists
Fixed typo in PHPDoc
-rw-r--r-- | Core/Authentication/Provider/AuthenticationProviderInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Authentication/Provider/AuthenticationProviderInterface.php b/Core/Authentication/Provider/AuthenticationProviderInterface.php index eaf9e07..f3e1590 100644 --- a/Core/Authentication/Provider/AuthenticationProviderInterface.php +++ b/Core/Authentication/Provider/AuthenticationProviderInterface.php @@ -25,7 +25,7 @@ use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterfac interface AuthenticationProviderInterface extends AuthenticationManagerInterface { /** - * Use this constant for not provided username + * Use this constant for not provided username. * * @var string */ |