chamilo/chamilo-lms

View on GitHub
public/plugin/rss/lib/rss_plugin.class.php

Summary

Maintainability
A
0 mins
Test Coverage

Method name "RssPlugin::get_block_title" is not in camel caps format
Open

    public function get_block_title()

Missing function doc comment
Open

    public function get_rss()

Method name "RssPlugin::get_rss" is not in camel caps format
Open

    public function get_rss()

Missing function doc comment
Open

    public function get_block_title()

The method get_block_title is not named in camelCase.
Open

    public function get_block_title()
    {
        return $this->get('block_title');
    }

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

    public function get_rss()
    {
        return $this->get('rss');
    }

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

There are no issues that match your filters.

Category
Status