TianLiangZhou/shrimp-wechat-sdk

View on GitHub
src/Api/Qrcode.php

Summary

Maintainability
A
1 hr
Test Coverage

Method create has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function create($content, $expire = 0)
    {
        $string = 'scene_str';
        $name = 'STR_SCENE';
        if (is_numeric($content)) {
Severity: Minor
Found in src/Api/Qrcode.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status