pixelfed/pixelfed

View on GitHub
app/Transformer/Api/Mastodon/v1/StatusTransformer.php

Summary

Maintainability
A
1 hr
Test Coverage

Method transform has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function transform(Status $status)
    {
        return [
            'id'                        => (string) $status->id,
            'created_at'                => $status->created_at->toJSON(),
Severity: Minor
Found in app/Transformer/Api/Mastodon/v1/StatusTransformer.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status