diff options
Diffstat (limited to 'apps/twofactor_backupcodes/tests/Unit/Migration/CheckBackupCodeTest.php')
-rw-r--r-- | apps/twofactor_backupcodes/tests/Unit/Migration/CheckBackupCodeTest.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/twofactor_backupcodes/tests/Unit/Migration/CheckBackupCodeTest.php b/apps/twofactor_backupcodes/tests/Unit/Migration/CheckBackupCodeTest.php index 6f9834aecb0..123d6cdc1f8 100644 --- a/apps/twofactor_backupcodes/tests/Unit/Migration/CheckBackupCodeTest.php +++ b/apps/twofactor_backupcodes/tests/Unit/Migration/CheckBackupCodeTest.php @@ -1,8 +1,11 @@ <?php + declare(strict_types=1); /** - * @author Christoph Wurst <christoph@winzerhof-wurst.at> + * + * + * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license GNU AGPL version 3 or any later version * @@ -17,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ |