mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
DX: apply rector rules up to php8.0
This commit is contained in:
@@ -17,15 +17,14 @@ namespace Chill\PersonBundle\Config;
|
||||
class ConfigPersonAltNamesHelper
|
||||
{
|
||||
/**
|
||||
* the raw config, directly from the container parameter.
|
||||
*
|
||||
* @var array
|
||||
* @param mixed[] $config
|
||||
*/
|
||||
private $config = [];
|
||||
|
||||
public function __construct($config)
|
||||
{
|
||||
$this->config = $config;
|
||||
public function __construct(
|
||||
/**
|
||||
* the raw config, directly from the container parameter.
|
||||
*/
|
||||
private $config
|
||||
) {
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user