Commit ff575463 authored by Guy Thouret's avatar Guy Thouret

(chore) Lint the Boost Newsfeed Handler test - #1142

1 merge request!235WIP: Boost Campaigns (&24)
Pipeline #97268241 running with stages
......@@ -22,8 +22,8 @@ class NewsfeedSpec extends ObjectBehavior
Video $video,
Image $image,
Blog $blog,
User $user)
{
User $user
) {
$this->validateEntity($activity)->shouldReturn(true);
$this->validateEntity($video)->shouldReturn(true);
$this->validateEntity($image)->shouldReturn(true);
......
Please register or to comment