We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b18d75 commit 23afe05Copy full SHA for 23afe05
src/Facades/Translator.php
@@ -24,7 +24,7 @@
24
* @method static Translations getUntranslatedTranslations(string $source, string $target)
25
* @method static Translations setTranslations(string $locale, array<string, scalar|null> $values)
26
* @method static Translations translateTranslations(string $source, string $target, array<int, string> $keys)
27
- * @method static Translations proofreadTranslations(string $locale, array<int, string> $keys)
+ * @method static Translations proofreadTranslations(string $locale, array<int, string> $keys, ?ProofreadServiceInterface $service = null)
28
* @method static Translations deleteTranslations(string $locale, array<int, string> $keys)
29
* @method static Translations sortTranslations(string $locale)
30
* @method static Translations saveTranslations(string $locale, Translations $translations)
0 commit comments