diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2012-06-20 21:15:34 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-06-20 21:15:34 +0200 |
commit | 1d26f9286503935f3d4670d2087c1194063687be (patch) | |
tree | 5498aab6b916ca08cc26a635016d792ec6c91490 /Tests/Http/EntryPoint/BasicAuthenticationEntryPointTest.php | |
parent | 0c3f1b8f2335a0801b1078e7401216da731a0996 (diff) | |
parent | 64f260864f10ed1dd1e8d711ce8143d21c3318e1 (diff) | |
download | symfony-security-1d26f9286503935f3d4670d2087c1194063687be.zip symfony-security-1d26f9286503935f3d4670d2087c1194063687be.tar.gz symfony-security-1d26f9286503935f3d4670d2087c1194063687be.tar.bz2 |
merged branch Maks3w/patch-4 (PR #4616)
Commits
-------
fa050b7 [Security] Change return value in DocBlock
Discussion
----------
[Security] Change return value in DocBlock
Change the return value for avoid confusions.
```php
if (!$user instanceof UserInterface) {
throw new AuthenticationServiceException('retrieveUser() must return a UserInterface.');
}
```
[UserAuthenticationProvider.php#L67](https://github.com/symfony/symfony/tree/2.0/src/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php#L67)
---------------------------------------------------------------------------
by travisbot at 2012-06-19T21:03:07Z
This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1659148) (merged fa050b77 into e78a7bae).
Diffstat (limited to 'Tests/Http/EntryPoint/BasicAuthenticationEntryPointTest.php')
0 files changed, 0 insertions, 0 deletions