mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
upgrade php-cs 3.49
This commit is contained in:
@@ -34,7 +34,7 @@ class UserHelper
|
||||
*/
|
||||
public function getLabel($key, array $values, string $header): callable
|
||||
{
|
||||
return function (null|int|string $value) use ($header) {
|
||||
return function (int|string|null $value) use ($header) {
|
||||
if ('_header' === $value) {
|
||||
return $header;
|
||||
}
|
||||
|
Reference in New Issue
Block a user