Skip to content

Commit 2ba25a9

Browse files
author
itsd.one
committed
fix conflicts
1 parent 97ad4c1 commit 2ba25a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Translation/Translator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function trans(?string $id, array $parameters = [], string $domain = null
199199
return '';
200200
}
201201

202-
if(null === $domain){
202+
if (null === $domain) {
203203
$parsed = explode('@', $id);
204204
$id = $parsed[0];
205205
$domain = $parsed[1] ?? 'messages';

0 commit comments

Comments
 (0)