MCMatters/laravel-helpers

View on GitHub
src/Helpers/TypeHelper.php

Summary

Maintainability
A
35 mins
Test Coverage
B
82%

Method isJson has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        mixed $json,
        bool $return = false,
        bool $assoc = false,
        int $depth = 512,
        int $options = 0,
Severity: Minor
Found in src/Helpers/TypeHelper.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status