mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-22 06:34:58 +00:00
upgrade php-cs 3.49
This commit is contained in:
@@ -125,7 +125,7 @@ class Role
|
||||
*
|
||||
* @return Role
|
||||
*/
|
||||
public function setType(EventType $type = null)
|
||||
public function setType(?EventType $type = null)
|
||||
{
|
||||
$this->type = $type;
|
||||
|
||||
|
Reference in New Issue
Block a user