mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -25,7 +25,7 @@ trait PrepareActivityTrait
|
||||
*
|
||||
* @return Activity
|
||||
*/
|
||||
public function prepareActivity(Scope $scope, Person $person)
|
||||
public function prepareActivity(Scope $scope, Person $person): \Chill\ActivityBundle\Entity\Activity
|
||||
{
|
||||
return (new Activity())
|
||||
->setScope($scope)
|
||||
|
Reference in New Issue
Block a user