Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 1, 2024
1 parent 309aef8 commit 6349c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IntlExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public function __construct(?\IntlDateFormatter $dateFormatterPrototype = null,
$this->numberFormatterPrototype = $numberFormatterPrototype;
}

public function getFilters()
public function getFilters(): array
{
return [
// internationalized names
Expand All @@ -177,7 +177,7 @@ public function getFilters()
];
}

public function getFunctions()
public function getFunctions(): array
{
return [
// internationalized names
Expand Down

0 comments on commit 6349c7d

Please sign in to comment.