mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-25 16:14:59 +00:00
upgrade php-cs 3.49
This commit is contained in:
@@ -116,7 +116,7 @@ class PersonAltName
|
||||
/**
|
||||
* @return $this
|
||||
*/
|
||||
public function setPerson(Person $person = null)
|
||||
public function setPerson(?Person $person = null)
|
||||
{
|
||||
$this->person = $person;
|
||||
|
||||
|
Reference in New Issue
Block a user