mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 19:13:49 +00:00
php cs fixes after updating php cs fixer
This commit is contained in:
@@ -22,7 +22,8 @@ class SingleTaskStateRepository
|
||||
|
||||
public function __construct(
|
||||
private readonly Connection $connection
|
||||
) {}
|
||||
) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a list of all states associated to at least one single task in the database.
|
||||
|
Reference in New Issue
Block a user