refinery29/php-cs-fixer-config

View on GitHub
src/Php71.php

Summary

Maintainability
B
6 hrs
Test Coverage

Method getRules has 156 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getRules()
    {
        $rules = [
            '@PSR2' => true,
            'array_syntax' => [
Severity: Major
Found in src/Php71.php - About 6 hrs to fix

    There are no issues that match your filters.

    Category
    Status