Closed mano-lis closed 11 months ago
Q | A |
---|---|
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
I think there's a typo here. I was using v1.4 but after upgrading to symfony 6.4, the bundles comes with v1.5 and my test explodes. Reason seems to be the deletion of the nullsafe check part l68 in v1.5
$passwordToken->setExpiresAt($expiresAt ?: new \DateTime($this->defaultExpiresIn));
Good catch! Can you add a non-regression test please?
Thanks @mano-lis