mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-10 00:34:58 +00:00
DX: apply rector rules up to php8.0
This commit is contained in:
@@ -55,14 +55,10 @@ class PostalCodeBaseImporter
|
||||
*/
|
||||
private array $cachingStatements = [];
|
||||
|
||||
private Connection $defaultConnection;
|
||||
|
||||
private array $waitingForInsert = [];
|
||||
|
||||
public function __construct(
|
||||
Connection $defaultConnection
|
||||
) {
|
||||
$this->defaultConnection = $defaultConnection;
|
||||
public function __construct(private Connection $defaultConnection)
|
||||
{
|
||||
}
|
||||
|
||||
public function finalize(): void
|
||||
|
Reference in New Issue
Block a user