Code standards
This commit is contained in:
parent
30d10c60d2
commit
cfc639ffe4
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ class Engagement
|
||||||
Logger::debug('Engagement stored', ['fields' => $engagement, 'ret' => $ret]);
|
Logger::debug('Engagement stored', ['fields' => $engagement, 'ret' => $ret]);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static function getMediaType(int $uri_id) : int
|
private static function getMediaType(int $uri_id): int
|
||||||
{
|
{
|
||||||
$media = Post\Media::getByURIId($uri_id);
|
$media = Post\Media::getByURIId($uri_id);
|
||||||
$type = 0;
|
$type = 0;
|
||||||
|
|
Loading…
Reference in a new issue