Skip to content

Commit

Permalink
no return type
Browse files Browse the repository at this point in the history
  • Loading branch information
sowbiba committed Dec 26, 2022
1 parent 9c9f684 commit eb5e1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamification.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public function hookDisplayBackOfficeHeader()
</script>';
}

public function refreshDatas($iso_lang = null): bool
public function refreshDatas($iso_lang = null)
{
if (null === $iso_lang) {
$iso_lang = $this->context->language->iso_code;
Expand Down

0 comments on commit eb5e1c0

Please sign in to comment.