From b9a7cea7be02010930c49eef91aa3d73ba4d43da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Hennes?= Date: Tue, 30 Apr 2024 08:59:19 +0200 Subject: [PATCH] #288 Remove void to fix php > 7.1 error --- changelog.txt | 1 + src/Debugger.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index ab65cd3..5bfc926 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,7 @@ * https://github.com/nenes25/eicaptcha * https://www.h-hennes.fr/blog/ */ + - V 2.5.1 - 2024- #288 Fix php7.0 error - V 2.5.0 - 2024-02-15 #229 Replace override of Authcontroller #247 Registration check on prestashop 8.x #221 recaptcha v3 doesn't validate in form added with elementor form builder of warehouse theme diff --git a/src/Debugger.php b/src/Debugger.php index b56deda..90e1e93 100644 --- a/src/Debugger.php +++ b/src/Debugger.php @@ -331,7 +331,7 @@ protected function checkHookDisplayCustomerAccountForm() * * @return void */ - public function log($message): void + public function log($message) { if ($this->isDebugEnabled()) { file_put_contents(