Skip to content

Commit 18b1857

Browse files
Merge branch '7.2' into 7.3
* 7.2: - - CS fixes
2 parents 241d5ac + fba915a commit 18b1857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Translator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public function trans(?string $id, array $parameters = [], ?string $domain = nul
201201
}
202202
}
203203

204-
if (null === $globalParameters =& $this->globalTranslatedParameters[$locale]) {
204+
if (null === $globalParameters = &$this->globalTranslatedParameters[$locale]) {
205205
$globalParameters = $this->globalParameters;
206206
foreach ($globalParameters as $key => $value) {
207207
if ($value instanceof TranslatableInterface) {

0 commit comments

Comments
 (0)