codeclimate/codeclimate-phpmd

View on GitHub
JSONRenderer.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid using static access to class '\PHPMD\Category\Category' in method 'renderReport'.
Open

            $content = Category::documentationFor($checkName);
Severity: Minor
Found in JSONRenderer.php by phpmd

Avoid using static access to class '\PHPMD\Category\Category' in method 'renderReport'.
Open

            $points = Category::pointsFor($checkName, $metric);
Severity: Minor
Found in JSONRenderer.php by phpmd

Avoid using static access to class '\PHPMD\Category\Category' in method 'renderReport'.
Open

            $category = Category::categoryFor($checkName);
Severity: Minor
Found in JSONRenderer.php by phpmd

There are no issues that match your filters.

Category
Status