mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-11 08:27:44 +00:00
apply rector rules: php up to php82
This commit is contained in:
@@ -49,7 +49,7 @@ FROM rows, searches
|
||||
*/
|
||||
class ThirdPartyApiSearch implements SearchApiInterface
|
||||
{
|
||||
public function __construct(private ThirdPartyRepository $thirdPartyRepository)
|
||||
public function __construct(private readonly ThirdPartyRepository $thirdPartyRepository)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user