lib/Selenide/Exception/CollectionMethodNotImplemented.php
The class Exception_CollectionMethodNotImplemented is not named in CamelCase. Open
Open
class Exception_CollectionMethodNotImplemented extends Exception
{
}
- 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 {
}