Changed according feedback:
authorRoland Häder <roland@mxchange.org>
Sat, 24 Sep 2022 12:11:46 +0000 (14:11 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 18 Oct 2022 15:47:15 +0000 (17:47 +0200)
commit2773ac9909195ed7c7a50ce77753831e4275c001
treed7d14433dc438eb8a5a65599bd0ddb7838c0036b
parent66b9cace9fed02774388cd20587d912e9fa64d1e
Changed according feedback:
- $posted_date should not allow NULL, instead use `?? ''` instead
- this happened in e.g. 2FA app-specific password listing
src/Security/TwoFactor/Model/AppSpecificPassword.php
src/Util/Temporal.php