chamilo/chamilo-lms

View on GitHub
src/CourseBundle/Component/CourseCopy/Resources/Forum.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $allow_edit is not named in camelCase.
Open

class Forum extends Resource
{
    /**
     * The title.
     */

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

The property $approval_direct_post is not named in camelCase.
Open

class Forum extends Resource
{
    /**
     * The title.
     */

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

The property $session_id is not named in camelCase.
Open

class Forum extends Resource
{
    /**
     * The title.
     */

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

The property $category_id is not named in camelCase.
Open

class Forum extends Resource
{
    /**
     * The title.
     */

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

The property $of_group is not named in camelCase.
Open

class Forum extends Resource
{
    /**
     * The title.
     */

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

The property $allow_attachements is not named in camelCase.
Open

class Forum extends Resource
{
    /**
     * The title.
     */

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

The property $last_post is not named in camelCase.
Open

class Forum extends Resource
{
    /**
     * The title.
     */

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

The property $default_view is not named in camelCase.
Open

class Forum extends Resource
{
    /**
     * The title.
     */

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

The property $group_public_private is not named in camelCase.
Open

class Forum extends Resource
{
    /**
     * The title.
     */

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

The property $allow_anonymous is not named in camelCase.
Open

class Forum extends Resource
{
    /**
     * The title.
     */

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

The property $allow_new_topics is not named in camelCase.
Open

class Forum extends Resource
{
    /**
     * The title.
     */

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

There are no issues that match your filters.

Category
Status