deeem/hexlet-psr-linter

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate
.gitignore
.travis.yml
Makefile
README.md
bin/psr-linter
composer.json
composer.lock
phpunit.xml
sniffs/FunctionsNamingForCamelCase.php12
sniffs/SideEffect.php72
B
4 hrs
sniffs/VariablesNamingForCamelCase.php24
sniffs/VariablesNamingForLeadUnderscore.php14
src/ExceptionInterface.php5
src/ExceptionParse.php5
src/NodeVisitor.php35
src/Rules/CheckersTemplate.php24
src/Rules/FixersTemplate.php25
src/Rules/RulesInterface.php7
src/lintCli.php70
C
7 hrs
src/makeLinter.php29
src/report.php27
A
1 hr