jxmot / markdown-hitcounter

A simple, yet silent hit counter intended for Markdown files. Its intended use is in README.md files.
MIT License
0 stars 0 forks source link

PHP 8 Error - missing parentheses #14

Open jxmot opened 2 years ago

jxmot commented 2 years ago

Found when using PHP 8:

PHP Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in mdcountdata.php on line 78