Skip to content

Commit 6589c73

Browse files
committed
code fixes
1 parent 1503cd8 commit 6589c73

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/Scanner/FunctionsHandlersTrait.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,10 @@ abstract protected function addComments(ParsedFunction $function, ?Translation $
118118

119119
abstract protected function checkFunction(ParsedFunction $function, int $minLength): bool;
120120

121-
abstract protected function saveTranslation(?string $domain, ?string $context, string $original, string $plural = null): ?Translation;
121+
abstract protected function saveTranslation(
122+
?string $domain,
123+
?string $context,
124+
string $original,
125+
string $plural = null
126+
): ?Translation;
122127
}

0 commit comments

Comments
 (0)