mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
upgrade php-cs 3.49
This commit is contained in:
@@ -18,5 +18,5 @@ interface HasPerson
|
||||
{
|
||||
public function getPerson(): ?Person;
|
||||
|
||||
public function setPerson(Person $person = null): HasPerson;
|
||||
public function setPerson(?Person $person = null): HasPerson;
|
||||
}
|
||||
|
Reference in New Issue
Block a user