bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Unexpected tabs found.
Open

            'charA' => \implode('', \array_map(static function ($hex) {
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

    protected static function varExportPretty($val)
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

        $php = \var_export($val, true);
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

            $decode = (bool) ($options & Html::PARSE_ATTRIB_DATA);

Unexpected tabs found.
Open

            $decode = (bool) ($options & Html::PARSE_ATTRIB_NUMERIC);

Unexpected tabs found.
Open

            : false;

Unexpected tabs found.
Open

            $isCharBAscii = \strlen($row['charB']) === 1 && \ord($row['charB']) < 0x80;
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

        foreach ($rows as $row) {
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

        return $rowsNew;
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

        $parts['charBCodePoint'] = \implode(' ', \array_map(static function ($codePoint) {
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

            // remove leading 00 pairs
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

            'charACodePoint' => $parts['charACodePoint'],
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

    protected $component;

Unexpected tabs found.
Open

    public static $filepathSrc = 'https://www.unicode.org/Public/security/latest/confusables.txt';
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

        \file_put_contents($filepathOut, $php);
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

        \usort($rows, static function ($rowA, $rowB) {
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

                'desc' => $row['charADesc'],
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

        $parts = \array_map('trim', $parts);
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

        }, \explode(' ', $parts['charBCodePoint'])));
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig
Severity
Category
Status
Source
Language