mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-02-27 02:30:02 +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