bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Unexpected tabs found.
Open

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

Unexpected tabs found.
Open

            $key = $row['charA'];
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

        $php = \preg_replace_callback('/^(\s*)/m', static function ($matches) {
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

    public function build(LogEntry $logEntry, array $logEntryAttribs)
Severity: Minor
Found in src/Debug/Dump/Html/Group.php by editorconfig

Expected an indentation at 12 instead of at 11.
Open

           || \strpos($str, '&$') === 0

Unexpected tabs found.
Open

        // only interested in chars that are confusable with an ascii char
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

            return \strcmp($rowA['charA'], $rowB['charA']);
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

            return $isEmptyOrComment === false;
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

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

Unexpected tabs found.
Open

            }, \explode(' ', $parts['charACodePoint']))),
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

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

Expected an indentation at 0 instead of at 1.
Open

 use bdk\Debug;

Unexpected tabs found.
Open

            ? self::normalizeSubscriberArray($interface, $mixed)

Unexpected tabs found.
Open

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

Unexpected tabs found.
Open

    /** @var RequestInterface */

Unexpected tabs found.
Open

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

Unexpected tabs found.
Open

            unset($row['charA']);
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig

Unexpected tabs found.
Open

    {
Severity: Minor
Found in dev/UpdateCharData.php by editorconfig
Severity
Category
Status
Source
Language