Skip to content

Commit

Permalink
add warmUp type
Browse files Browse the repository at this point in the history
  • Loading branch information
Warxcell committed Nov 17, 2023
1 parent dffbde8 commit 1cbf7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function reset(): void
}
}

public function warmUp(string $cacheDir)
public function warmUp(string $cacheDir): array
{
$this->warmUp = true;
try {
Expand Down

0 comments on commit 1cbf7c8

Please sign in to comment.