Aggiornato Composer
This commit is contained in:
@@ -283,7 +283,7 @@ final class PseudoLocalizationTranslator implements TranslatorInterface
|
||||
}
|
||||
|
||||
$visibleLength = $this->strlen($visibleText);
|
||||
$missingLength = (int) (ceil($visibleLength * $this->expansionFactor)) - $visibleLength;
|
||||
$missingLength = (int) ceil($visibleLength * $this->expansionFactor) - $visibleLength;
|
||||
if ($this->brackets) {
|
||||
$missingLength -= 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user