From 2ea6c7c757fe179d7cfebe0e93f40cdb866a67a7 Mon Sep 17 00:00:00 2001 From: David Coutadeur Date: Tue, 25 Jun 2024 17:55:26 +0200 Subject: [PATCH] remove todolist in InternalCaptcha file (#894) --- lib/captcha/InternalCaptcha.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/captcha/InternalCaptcha.php b/lib/captcha/InternalCaptcha.php index c00645ea..2ce6d6ab 100644 --- a/lib/captcha/InternalCaptcha.php +++ b/lib/captcha/InternalCaptcha.php @@ -6,12 +6,6 @@ use Gregwar\Captcha\PhraseBuilder; use Gregwar\Captcha\CaptchaBuilder; -/* -TODO: -- add unit test for each class -- add audit logs for failed captcha actions -*/ - class InternalCaptcha extends Captcha {