TianLiangZhou/shrimp-wechat-sdk

View on GitHub
src/Response/MusicResponse.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __toString has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __toString()
    {
        // TODO: Implement __toString() method.
        $mediaId = $this->content;
        $title = $description = $url = $hqUrl = '';
Severity: Minor
Found in src/Response/MusicResponse.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status