mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 03:04:04 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
9864751497
commit
fb61ed809b
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ class GlossTranslator extends Translator
|
||||||
|
|
||||||
protected function makeReplacements($line, array $replace)
|
protected function makeReplacements($line, array $replace)
|
||||||
{
|
{
|
||||||
if (is_callable($line) && !is_string($line)) {
|
if (is_callable($line) && ! is_string($line)) {
|
||||||
$line = app()->call($line, $replace);
|
$line = app()->call($line, $replace);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue