refinery29/php-cs-fixer-config

View on GitHub

Showing 3 of 5 total issues

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

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

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

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

          public function getRules()
          {
              $rules = [
                  '@PSR2' => true,
                  'array_syntax' => [
      Severity: Major
      Found in src/Php70.php - About 5 hrs to fix
        Severity
        Category
        Status
        Source
        Language