Showing 3 of 3 total issues
Avoid variables with short names like $b. Configured minimum length is 3. Open
Open
$b = $a;
- Read upRead up
- Exclude checks
A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 3 and the first side effect is on line 17. Open
Open
#!/usr/bin/env php
- Exclude checks
Avoid variables with short names like $a. Configured minimum length is 3. Open
Open
$a = true;
- Read upRead up
- Exclude checks