Fix PHP CS

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-03-31 10:08:43 +02:00
parent 2b8e47dcac
commit 3cf447ac44
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class L10NString implements \JsonSerializable {
}
$identity = implode('|', $identity);
} else if (strpos($identity, '|') !== false) {
} elseif (strpos($identity, '|') !== false) {
return 'Can not use pipe character in translations';
}