lib/Selenide/Condition/Interface/Match.php
The class Condition_Interface_Match is not named in CamelCase. Open
Open
interface Condition_Interface_Match {
public function matchElement(\WebDriver_Element $element): bool;
}
- Read upRead up
- Exclude checks
CamelCaseClassName
Since: 0.2
It is considered best practice to use the CamelCase notation to name classes.
Example
class class_name {
}