razielsd/phpSelenide

View on GitHub
lib/Selenide/Condition/Interface/ExpectedCollection.php

Summary

Maintainability
A
0 mins
Test Coverage

The class Condition_Interface_ExpectedCollection is not named in CamelCase.
Open

interface Condition_Interface_ExpectedCollection {
    public function matchCollection(array $collection): bool;
}

CamelCaseClassName

Since: 0.2

It is considered best practice to use the CamelCase notation to name classes.

Example

class class_name {
}

Source

There are no issues that match your filters.

Category
Status