Skip to content

Commit

Permalink
Fix #260 Php syntax error on php < 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nenes25 committed Dec 11, 2023
1 parent 944d97b commit 5a6df7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Debugger.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
class Debugger
{
/** @var string Url of the module relases on github */
public const URL_MODULE_RELEASES = 'https://github.com/nenes25/eicaptcha/releases';
const URL_MODULE_RELEASES = 'https://github.com/nenes25/eicaptcha/releases';

/** @var string Url of the wiki for the hook issue */
public const URL_WIKI_DISPLAYCUSTOMERACCOUNTFORM = 'https://github.com/nenes25/eicaptcha/wiki/Issue-:-Unable-to-find-the-hook-displayCustomerAccountForm-in-the-default-template';
const URL_WIKI_DISPLAYCUSTOMERACCOUNTFORM = 'https://github.com/nenes25/eicaptcha/wiki/Issue-:-Unable-to-find-the-hook-displayCustomerAccountForm-in-the-default-template';

/**
* @var EiCaptcha
Expand Down

0 comments on commit 5a6df7a

Please sign in to comment.