src/Notifier/Exception/EngineNotFound.php

Summary

Maintainability
A
0 mins
Test Coverage

Each class must be in a namespace of at least one level (a top-level vendor name)
Open

class Notifier_Exception_EngineNotFound extends \Pluf\Exception

The class Notifier_Exception_EngineNotFound is not named in CamelCase.
Open

class Notifier_Exception_EngineNotFound extends \Pluf\Exception
{

    /**
     *

CamelCaseClassName

Since: 0.2

It is considered best practice to use the CamelCase notation to name classes.

Example

class class_name {
}

Source

Multi-line function declarations must define one parameter per line
Open

    public function __construct ($message = "Notifier engine not found.", $previous = null, $link = null, 

Multi-line function declarations must define one parameter per line
Open

    public function __construct ($message = "Notifier engine not found.", $previous = null, $link = null, 

The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
Open

    {

The first parameter of a multi-line function declaration must be on the line after the opening bracket
Open

    public function __construct ($message = "Notifier engine not found.", $previous = null, $link = null, 

Expected 0 spaces before opening parenthesis; 1 found
Open

    public function __construct ($message = "Notifier engine not found.", $previous = null, $link = null, 

The closing parenthesis of a multi-line function declaration must be on a new line
Open

            $developerMessage = null)

Multi-line function declaration not indented correctly; expected 8 spaces but found 12
Open

            $developerMessage = null)

Expected "function abc(...)"; found "function abc (...)"
Open

    public function __construct ($message = "Notifier engine not found.", $previous = null, $link = null, 

Only one argument is allowed per line in a multi-line function call
Open

        parent::__construct($message, 4401, $previous, 404, $link, 

Only one argument is allowed per line in a multi-line function call
Open

        parent::__construct($message, 4401, $previous, 404, $link, 

Only one argument is allowed per line in a multi-line function call
Open

        parent::__construct($message, 4401, $previous, 404, $link, 

Only one argument is allowed per line in a multi-line function call
Open

        parent::__construct($message, 4401, $previous, 404, $link, 

Whitespace found at end of line
Open

     * @param \Pluf\Exception $previous            

Opening parenthesis of a multi-line function call must be the last content on the line
Open

        parent::__construct($message, 4401, $previous, 404, $link, 

Class name "Notifier_Exception_EngineNotFound" is not in camel caps format
Open

class Notifier_Exception_EngineNotFound extends \Pluf\Exception

Whitespace found at end of line
Open

     * @param string $message            

Whitespace found at end of line
Open

    public function __construct ($message = "Notifier engine not found.", $previous = null, $link = null, 

Multi-line function call not indented correctly; expected 8 spaces but found 16
Open

                $developerMessage);

Expected 1 newline at end of file; 0 found
Open

}

Whitespace found at end of line
Open

 * 

Closing parenthesis of a multi-line function call must be on a line by itself
Open

                $developerMessage);

Whitespace found at end of line
Open

        parent::__construct($message, 4401, $previous, 404, $link, 

Whitespace found at end of line
Open

     * @param string $developerMessage            

Whitespace found at end of line
Open

     * @param string $link            

There are no issues that match your filters.

Category
Status