TikiWiki/tiki-manager

View on GitHub
src/Application/Exception/BackupCopyException.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $RSYNC_ERRORS is not named in camelCase.
Open

class BackupCopyException extends \Exception
{
    const RSYNC_ERROR = 1;
    private $RSYNC_ERRORS = [
        0  => 'Success',

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

    private function formatMessage($mixed)
    {
        if (is_string($mixed)) {
            return $mixed;
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $EOL is not named in camelCase.
Open

    private function formatMessage($mixed)
    {
        if (is_string($mixed)) {
            return $mixed;
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $EOL is not named in camelCase.
Open

    private function formatMessage($mixed)
    {
        if (is_string($mixed)) {
            return $mixed;
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $EOL is not named in camelCase.
Open

    private function formatMessage($mixed)
    {
        if (is_string($mixed)) {
            return $mixed;
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $EOL is not named in camelCase.
Open

    private function formatMessage($mixed)
    {
        if (is_string($mixed)) {
            return $mixed;
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $EOL is not named in camelCase.
Open

    private function formatMessage($mixed)
    {
        if (is_string($mixed)) {
            return $mixed;
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $EOL is not named in camelCase.
Open

    private function formatMessage($mixed)
    {
        if (is_string($mixed)) {
            return $mixed;
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $EOL is not named in camelCase.
Open

    private function formatMessage($mixed)
    {
        if (is_string($mixed)) {
            return $mixed;
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $EOL is not named in camelCase.
Open

    private function formatMessage($mixed)
    {
        if (is_string($mixed)) {
            return $mixed;
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

There are no issues that match your filters.

Category
Status