razielsd/phpSelenide

View on GitHub
lib/Selenide/Listener.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid unused parameters such as '$element'.
Open

    public function beforeClick(SelenideElement $element, string $locator, string $textDescription)
Severity: Minor
Found in lib/Selenide/Listener.php by phpmd

UnusedFormalParameter

Since: 0.2

Avoid passing parameters to methods or constructors and then not using those parameters.

Example

class Foo
{
    private function bar($howdy)
    {
        // $howdy is not used
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

Avoid unused parameters such as '$condition'.
Open

    public function beforeAssertNot(Condition_Rule $condition, string $locator)
Severity: Minor
Found in lib/Selenide/Listener.php by phpmd

UnusedFormalParameter

Since: 0.2

Avoid passing parameters to methods or constructors and then not using those parameters.

Example

class Foo
{
    private function bar($howdy)
    {
        // $howdy is not used
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

Avoid unused parameters such as '$locator'.
Open

    public function beforeAssertNot(Condition_Rule $condition, string $locator)
Severity: Minor
Found in lib/Selenide/Listener.php by phpmd

UnusedFormalParameter

Since: 0.2

Avoid passing parameters to methods or constructors and then not using those parameters.

Example

class Foo
{
    private function bar($howdy)
    {
        // $howdy is not used
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

Avoid unused parameters such as '$element'.
Open

    public function beforeSetValue(SelenideElement $element, $value, string $locator, string $textDescription)
Severity: Minor
Found in lib/Selenide/Listener.php by phpmd

UnusedFormalParameter

Since: 0.2

Avoid passing parameters to methods or constructors and then not using those parameters.

Example

class Foo
{
    private function bar($howdy)
    {
        // $howdy is not used
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

Avoid unused parameters such as '$condition'.
Open

    public function beforeAssert(Condition_Rule $condition, string $locator)
Severity: Minor
Found in lib/Selenide/Listener.php by phpmd

UnusedFormalParameter

Since: 0.2

Avoid passing parameters to methods or constructors and then not using those parameters.

Example

class Foo
{
    private function bar($howdy)
    {
        // $howdy is not used
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

Avoid unused parameters such as '$textDescription'.
Open

    public function beforeSetValue(SelenideElement $element, $value, string $locator, string $textDescription)
Severity: Minor
Found in lib/Selenide/Listener.php by phpmd

UnusedFormalParameter

Since: 0.2

Avoid passing parameters to methods or constructors and then not using those parameters.

Example

class Foo
{
    private function bar($howdy)
    {
        // $howdy is not used
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

Avoid unused parameters such as '$locator'.
Open

    public function beforeClick(SelenideElement $element, string $locator, string $textDescription)
Severity: Minor
Found in lib/Selenide/Listener.php by phpmd

UnusedFormalParameter

Since: 0.2

Avoid passing parameters to methods or constructors and then not using those parameters.

Example

class Foo
{
    private function bar($howdy)
    {
        // $howdy is not used
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

Avoid unused parameters such as '$locator'.
Open

    public function beforeSetValue(SelenideElement $element, $value, string $locator, string $textDescription)
Severity: Minor
Found in lib/Selenide/Listener.php by phpmd

UnusedFormalParameter

Since: 0.2

Avoid passing parameters to methods or constructors and then not using those parameters.

Example

class Foo
{
    private function bar($howdy)
    {
        // $howdy is not used
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

Avoid unused parameters such as '$textDescription'.
Open

    public function beforeSetDescription(string $textDescription)
Severity: Minor
Found in lib/Selenide/Listener.php by phpmd

UnusedFormalParameter

Since: 0.2

Avoid passing parameters to methods or constructors and then not using those parameters.

Example

class Foo
{
    private function bar($howdy)
    {
        // $howdy is not used
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

Avoid unused parameters such as '$locator'.
Open

    public function beforeAssert(Condition_Rule $condition, string $locator)
Severity: Minor
Found in lib/Selenide/Listener.php by phpmd

UnusedFormalParameter

Since: 0.2

Avoid passing parameters to methods or constructors and then not using those parameters.

Example

class Foo
{
    private function bar($howdy)
    {
        // $howdy is not used
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

Avoid unused parameters such as '$textDescription'.
Open

    public function beforeClick(SelenideElement $element, string $locator, string $textDescription)
Severity: Minor
Found in lib/Selenide/Listener.php by phpmd

UnusedFormalParameter

Since: 0.2

Avoid passing parameters to methods or constructors and then not using those parameters.

Example

class Foo
{
    private function bar($howdy)
    {
        // $howdy is not used
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

There are no issues that match your filters.

Category
Status