clean/phpdoc-md

View on GitHub

Showing 1 of 24 total issues

Method getMethodDetails has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function getMethodDetails($method)
    {
        $docblock = $this->docBlockFactory->create($method->getDocComment() ?: '/** */');

        $data = [
Severity: Minor
Found in src/ClassParser.php - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language