public/plugin/google_maps/src/GoogleMapsPlugin.php
Method name "GoogleMapsPlugin::get_name" is not in camel caps format Open
Open
public function get_name()
- Exclude checks
The method get_name is not named in camelCase. Open
Open
public function get_name()
{
return 'google_maps';
}
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}