public/plugin/rss/lib/rss_plugin.class.php
Method name "RssPlugin::get_block_title" is not in camel caps format Open
Open
public function get_block_title()
- Exclude checks
Missing function doc comment Open
Open
public function get_rss()
- Exclude checks
Method name "RssPlugin::get_rss" is not in camel caps format Open
Open
public function get_rss()
- Exclude checks
Missing function doc comment Open
Open
public function get_block_title()
- Exclude checks
The method get_block_title is not named in camelCase. Open
Open
public function get_block_title()
{
return $this->get('block_title');
}
- 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() {
}
}
Source
The method get_rss is not named in camelCase. Open
Open
public function get_rss()
{
return $this->get('rss');
}
- 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() {
}
}