bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Expected an indentation at 28 instead of at 26.
Open

                          //    can be set to true/false as a cfg value here

Unexpected tabs found.
Open

            return '<span class="' . $labelClasses . '">' . $label . '</span>';
Severity: Minor
Found in src/Debug/Dump/Html/Group.php by editorconfig

Unexpected tabs found.
Open

                . $argStr;
Severity: Minor
Found in src/Debug/Dump/Html/Group.php by editorconfig

Unexpected tabs found.
Open

    /**

Unexpected tabs found.
Open

        $filepathOut = __DIR__ . '/../src/Debug/Dump/charData.php';
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

        $rows = \file(self::$filepathSrc);
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

        }, $rows);
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

    /**
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

            'isXid' => empty($parts['notXid']),
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Expected an indentation at 0 instead of at 1.
Open

 use bdk\Debug\Collector\Doctrine\Driver;

Expected an indentation at 24 instead of at 25.
Open

                         // definition will collect with all options

Unexpected tabs found.
Open

    }

Unexpected tabs found.
Open

    }

Unexpected tabs found.
Open

        $php = '<?php // phpcs:ignore SlevomatCodingStandard.Files.FileLength' . "\n\n"
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

    public static function build()
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

        // not interested in ascii chars that are confusable with other ascii chars
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

            if (isset($rowsNew[$key])) {
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

            $isEmptyOrComment = \strlen(\trim($row)) === 0 || $row[0] === '#';
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

        return \array_map(static function ($row) {
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

        \preg_match('/^(?P<category>\w+)\t#(?P<notXid>\*?)\s*(?P<example>\(.*?\))\s*(?P<charADesc>.*?) → (?P<charBDesc>.*?)(\s+#.*)?$/u', $parts['comment'], $matches);
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig
Severity
Category
Status
Source
Language