mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 11:14:04 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
745513f251
commit
8e7b3391f0
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ class GlossTranslator extends Translator
|
||||||
|
|
||||||
if (is_string($line)) {
|
if (is_string($line)) {
|
||||||
return $this->makeReplacements($line, $replace);
|
return $this->makeReplacements($line, $replace);
|
||||||
} else if (is_callable($line)) {
|
} elseif (is_callable($line)) {
|
||||||
return app()->call($line, $replace);
|
return app()->call($line, $replace);
|
||||||
} elseif (is_array($line) && count($line) > 0) {
|
} elseif (is_array($line) && count($line) > 0) {
|
||||||
foreach ($line as $key => $value) {
|
foreach ($line as $key => $value) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue