more verbose checking

This commit is contained in:
Christian Schaefer 2011-03-14 09:39:40 -07:00
parent 87502fbb07
commit a34f5588a3

View File

@ -59,7 +59,7 @@ class AuthenticationProviderManager implements AuthenticationManagerInterface
try {
$result = $provider->authenticate($token);
if (null != $result) {
if (null !== $result) {
break;
}
} catch (AccountStatusException $e) {