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.
2 parents c7a0650 + 212a527 commit fcfb445Copy full SHA for fcfb445
src/Scanner/FunctionsHandlersTrait.php
@@ -140,6 +140,6 @@ abstract protected function saveTranslation(
140
?string $domain,
141
?string $context,
142
string $original,
143
- string $plural = null
+ ?string $plural = null
144
): ?Translation;
145
}
src/Scanner/Scanner.php
@@ -51,7 +51,7 @@ protected function saveTranslation(
51
52
53
54
55
): ?Translation {
56
if (is_null($domain)) {
57
$domain = $this->defaultDomain;
0 commit comments