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
1ef09c8016
commit
666c5f2157
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue