mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
Fix pipeline rector and phpunit
This commit is contained in:
@@ -129,7 +129,7 @@ class ActivityReasonCategory implements \Stringable
|
||||
*
|
||||
* @return ActivityReasonCategory
|
||||
*/
|
||||
public function setName($name)
|
||||
public function setName(array $name)
|
||||
{
|
||||
$this->name = $name;
|
||||
|
||||
|
Reference in New Issue
Block a user