Skip to content

Commit

Permalink
#288 Remove void to fix php > 7.1 error
Browse files Browse the repository at this point in the history
  • Loading branch information
nenes25 committed Apr 30, 2024
1 parent 1b50c72 commit b9a7cea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Debugger.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ protected function checkHookDisplayCustomerAccountForm()
*
* @return void
*/
public function log($message): void
public function log($message)
{
if ($this->isDebugEnabled()) {
file_put_contents(
Expand Down

0 comments on commit b9a7cea

Please sign in to comment.