Fix PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
2b8e47dcac
commit
3cf447ac44
|
@ -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';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue