mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 23:53:50 +00:00
DX: apply rector rules up to php8.0
This commit is contained in:
@@ -17,13 +17,10 @@ class SearchApiResult
|
||||
{
|
||||
private float $pertinence;
|
||||
|
||||
private float $relevance;
|
||||
|
||||
private $result;
|
||||
|
||||
public function __construct(float $relevance)
|
||||
public function __construct(private float $relevance)
|
||||
{
|
||||
$this->relevance = $relevance;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user