1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 19:24:03 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
Samuel Štancl 2021-03-16 20:28:42 +00:00
parent 9864751497
commit fb61ed809b

View file

@ -240,7 +240,7 @@ class GlossTranslator extends Translator
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);
}