renepenner/mage-tools

View on GitHub
tests/ExampleTest.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 2 of 2 total issues

Avoid variables with short names like $b. Configured minimum length is 3.
Open

$b = $a;
Severity: Minor
Found in tests/ExampleTest.php by phpmd

Avoid variables with short names like $a. Configured minimum length is 3.
Open

$a = true;
Severity: Minor
Found in tests/ExampleTest.php by phpmd
Category
Status