jidaikobo-shibata/a11yc

View on GitHub

Showing 426 of 426 total issues

Avoid using undefined variables such as '::$error_ids' which will lead to PHP notices.
Open

        static::addErrorToHtml($url, 'alt_attr_of_blank_only', static::$error_ids[$url], 'ignores');

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '::$error_ids' which will lead to PHP notices.
Open

        static::addErrorToHtml($url, 'legendless', static::$error_ids[$url], 'ignores');

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '::$error_ids' which will lead to PHP notices.
Open

        static::addErrorToHtml($url, 'unbalanced_quotation', static::$error_ids[$url], 'ignores');
Severity: Minor
Found in classes/Validate/Check/InvalidTag.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '::$error_ids' which will lead to PHP notices.
Open

        static::addErrorToHtml($url, 'ja_word_breaking_space', static::$error_ids[$url], 'ignores');

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '::$error_ids' which will lead to PHP notices.
Open

        static::addErrorToHtml($url, 'table_use_summary', static::$error_ids[$url], 'ignores');
Severity: Minor
Found in classes/Validate/Check/Table.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$suspicious_val_prop' which will lead to PHP notices.
Open

                Model\Css::$suspicious_val_prop[] = array($prop_and_vals[0], $prop_and_vals[1]);
Severity: Minor
Found in classes/Model/CssFormat.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '::$error_ids' which will lead to PHP notices.
Open

        if (isset(static::$error_ids[$url]))
Severity: Minor
Found in classes/Validate/Check/LinkCheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '::$error_ids' which will lead to PHP notices.
Open

        static::addErrorToHtml($url, 'same_urls_should_have_same_text', static::$error_ids[$url], 'ignores_comment_out');

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '::$error_ids' which will lead to PHP notices.
Open

        static::addErrorToHtml($url, 'tell_user_file_type', static::$error_ids[$url], 'ignores');

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '::$error_ids' which will lead to PHP notices.
Open

        static::addErrorToHtml($url, 'here_link', static::$error_ids[$url], 'ignores');
Severity: Minor
Found in classes/Validate/Check/HereLink.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '::$error_ids' which will lead to PHP notices.
Open

        static::addErrorToHtml($url, 'cannot_contain_multibyte_space', static::$error_ids[$url], 'ignores');
Severity: Minor
Found in classes/Validate/Check/InvalidTag.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '::$error_ids' which will lead to PHP notices.
Open

        static::addErrorToHtml($url, 'invalid_partial_lang', static::$error_ids[$url]);
Severity: Minor
Found in classes/Validate/Check/Langless.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '::$error_ids' which will lead to PHP notices.
Open

        static::addErrorToHtml($url, 'same_alt_and_filename_of_img', static::$error_ids[$url], 'ignores');

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '::$error_ids' which will lead to PHP notices.
Open

        static::addErrorToHtml($url, 'same_page_title_in_same_site', static::$error_ids[$url]);

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$hl_htmls' which will lead to PHP notices.
Open

            Validate::$hl_htmls[$url] = Model\Html::fetch($url);
Severity: Minor
Found in classes/Element/Get.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$err_cnts' which will lead to PHP notices.
Open

            if ( ! isset($current_err['notice'])) Validate::$err_cnts[$lv]++;
Severity: Minor
Found in classes/Message.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '::$error_ids' which will lead to PHP notices.
Open

        static::addErrorToHtml($url, 'empty_alt_attr_of_img_inside_a', static::$error_ids[$url], 'ignores');

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '::$error_ids' which will lead to PHP notices.
Open

            static::addErrorToHtml($url, $error_name, static::$error_ids[$url], 'ignores');

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '::$error_ids' which will lead to PHP notices.
Open

        static::addErrorToHtml($url, 'table_use_valid_scope', static::$error_ids[$url], 'ignores');
Severity: Minor
Found in classes/Validate/Check/Table.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '::$error_ids' which will lead to PHP notices.
Open

        static::addErrorToHtml($url, 'alt_attr_of_img', static::$error_ids[$url], 'ignores');

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Severity
Category
Status
Source
Language