1
0
Fork 0
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:
Samuel Štancl 2020-12-13 19:29:53 +00:00
parent 1ef09c8016
commit 666c5f2157

View file

@ -72,7 +72,7 @@ class GlossTranslator extends Translator
public function values(array $values, $condition = null)
{
foreach ($values as $key => $value) {
/** @var string $key */
/* @var string $key */
$this->value($key, $value, $condition);
}
}