mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
Rector fix
This commit is contained in:
@@ -178,7 +178,7 @@ class CustomFieldsGroup
|
|||||||
*
|
*
|
||||||
* @return CustomFieldsGroup
|
* @return CustomFieldsGroup
|
||||||
*/
|
*/
|
||||||
public function setName($name)
|
public function setName(array|string $name)
|
||||||
{
|
{
|
||||||
$this->name = $name;
|
$this->name = $name;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user