Skip to content

Commit 23afe05

Browse files
committed
phpdoc
1 parent 3b18d75 commit 23afe05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facades/Translator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* @method static Translations getUntranslatedTranslations(string $source, string $target)
2525
* @method static Translations setTranslations(string $locale, array<string, scalar|null> $values)
2626
* @method static Translations translateTranslations(string $source, string $target, array<int, string> $keys)
27-
* @method static Translations proofreadTranslations(string $locale, array<int, string> $keys)
27+
* @method static Translations proofreadTranslations(string $locale, array<int, string> $keys, ?ProofreadServiceInterface $service = null)
2828
* @method static Translations deleteTranslations(string $locale, array<int, string> $keys)
2929
* @method static Translations sortTranslations(string $locale)
3030
* @method static Translations saveTranslations(string $locale, Translations $translations)

0 commit comments

Comments
 (0)