mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-15 08:37:35 +00:00
DX: apply rector rules up to php8.0
This commit is contained in:
@@ -22,12 +22,8 @@ use Symfony\Component\Routing\RouteCollection;
|
||||
*/
|
||||
class ChillRoutesLoader extends Loader
|
||||
{
|
||||
private array $routes;
|
||||
|
||||
public function __construct(array $routes)
|
||||
public function __construct(private array $routes)
|
||||
{
|
||||
$this->routes = $routes;
|
||||
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user