Rector changes

This commit is contained in:
2024-10-22 09:15:44 +02:00
parent 0c1c1cbf8b
commit 5786759daa
2 changed files with 2 additions and 4 deletions

View File

@@ -178,7 +178,7 @@ class CustomFieldsGroup
*
* @return CustomFieldsGroup
*/
public function setName($name)
public function setName(array|string $name)
{
$this->name = $name;