Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
(fix) Entity type was blowing up the firehose manager
· 1a2077c7
Brian Hatchet
authored
Jun 14, 2019
and
Mark Harding
committed
Jun 14, 2019
1a2077c7
Merge branch 'firehose-images-video-saving-properly' into 'master'
· 0747a917
Mark Harding
authored
Jun 14, 2019
(fix) Entity type was blowing up the firehose manager See merge request
!205
0747a917
Hide whitespace changes
Inline
Side-by-side
Core/Feeds/Firehose/Manager.php
View file @
0747a917
...
...
@@ -60,14 +60,14 @@ class Manager
/**
* Marks an entity as moderated.
*
* @param
Entity
$entity the entity to mark as moderated
* @param $entity
the entity to mark as moderated
, typeless because images do not inherit entity
* @param User $user the moderator
* @param int $reasonCode providing a reason code will cause it be reported
* @param int $subreaonCode report subreason
* @param int $time
*/
public
function
save
(
Entity
$entity
,
$entity
,
User
$moderator
,
int
$reasonCode
=
null
,
int
$subreasonCode
=
null
,
...
...