[TOOLS][DOC] Add missing documentation, as flagged by doc-check

This commit is contained in:
2021-12-21 12:24:23 +00:00
parent da8c41e094
commit d6d5926b6e
4 changed files with 21 additions and 2 deletions

View File

@@ -38,6 +38,11 @@ use App\Util\Common;
abstract class FeedController extends Controller
{
/**
* Post process the result of a feed controller, to remove any
* notes or actors the user specified, as well as format the raw
* list of notes into a usable format
*/
public static function post_process(array $result)
{
$actor = Common::actor();