Fix pipeline rector and phpunit

This commit is contained in:
2024-11-04 17:47:08 +01:00
committed by Julien Fastré
parent b01c9b86db
commit 5eec4f1281
2 changed files with 1 additions and 36 deletions

View File

@@ -129,7 +129,7 @@ class ActivityReasonCategory implements \Stringable
*
* @return ActivityReasonCategory
*/
public function setName($name)
public function setName(array $name)
{
$this->name = $name;