Skip to content

Commit

Permalink
Merge pull request #7 from calbasi/patch-1
Browse files Browse the repository at this point in the history
Update evalwise.class.php to solve PHP 8 type inherance error
  • Loading branch information
luukverhoeven authored Dec 8, 2024
2 parents 8ded58f + 17eb12f commit 1beb117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reports/evalwise.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function set_data($data): void {
* @param array $vars
* @return array|false|mixed|null
*/
public function pfx($tokens, array $vars = []) {
public function pfx($tokens, $vars = []) {

if ($tokens === false) {
return false;
Expand Down

0 comments on commit 1beb117

Please sign in to comment.