Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
Toby Zerner 2017-09-20 07:37:55 +00:00 committed by StyleCI Bot
parent 408d882598
commit fa3194fcef
2 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,7 @@ class FormatPostMentions
if ($post && $post->user) {
$attributes['displayname'] = $post->user->display_name;
}
return $attributes;
});
}

View File

@ -78,6 +78,7 @@ class FormatUserMentions
if ($user) {
$attributes['displayname'] = $user->display_name;
}
return $attributes;
});
}