sebastianmonzel/webfiles-framework-php

View on GitHub
source/core/datastore/types/mail/MMailAccount.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

The property $m_sPassword is not named in camelCase.
Open

class MMailAccount extends MWebfile
{

    /** @var string $m_sHost */
    private $m_sHost;

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 $m_sHost is not named in camelCase.
Open

class MMailAccount extends MWebfile
{

    /** @var string $m_sHost */
    private $m_sHost;

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 $m_sPort is not named in camelCase.
Open

class MMailAccount extends MWebfile
{

    /** @var string $m_sHost */
    private $m_sHost;

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 $m_sUser is not named in camelCase.
Open

class MMailAccount extends MWebfile
{

    /** @var string $m_sHost */
    private $m_sHost;

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