mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -40,11 +40,11 @@ class ConfigPersonAltNamesHelper
|
||||
$cur = reset($labels);
|
||||
|
||||
while ($cur) {
|
||||
if (key($labels) === 'lang') {
|
||||
if ('lang' === key($labels)) {
|
||||
$lang = current($labels);
|
||||
}
|
||||
|
||||
if (key($labels) === 'label') {
|
||||
if ('label' === key($labels)) {
|
||||
$label = current($labels);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user