src/Notifier/Exception/EngineLoad.php
Each class must be in a namespace of at least one level (a top-level vendor name) Open
Open
class Notifier_Exception_EngineLoad extends \Pluf\Exception
- Exclude checks
The class Notifier_Exception_EngineLoad is not named in CamelCase. Open
Open
class Notifier_Exception_EngineLoad extends \Pluf\Exception
{
/**
*
- Read upRead up
- Exclude checks
CamelCaseClassName
Since: 0.2
It is considered best practice to use the CamelCase notation to name classes.
Example
class class_name {
}
Source
Expected 0 spaces before opening parenthesis; 1 found Open
Open
public function __construct ($message = "Impossible to load notifier engine.", $previous = null, $link = null,
- Exclude checks
Multi-line function declarations must define one parameter per line Open
Open
public function __construct ($message = "Impossible to load notifier engine.", $previous = null, $link = null,
- Exclude checks
Multi-line function declarations must define one parameter per line Open
Open
public function __construct ($message = "Impossible to load notifier engine.", $previous = null, $link = null,
- Exclude checks
The closing parenthesis of a multi-line function declaration must be on a new line Open
Open
$developerMessage = null)
- Exclude checks
The first parameter of a multi-line function declaration must be on the line after the opening bracket Open
Open
public function __construct ($message = "Impossible to load notifier engine.", $previous = null, $link = null,
- Exclude checks
Multi-line function declaration not indented correctly; expected 8 spaces but found 12 Open
Open
$developerMessage = null)
- Exclude checks
The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line Open
Open
{
- Exclude checks
Expected "function abc(...)"; found "function abc (...)" Open
Open
public function __construct ($message = "Impossible to load notifier engine.", $previous = null, $link = null,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
parent::__construct($message, 4401, $previous, 500, $link,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
parent::__construct($message, 4401, $previous, 500, $link,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
parent::__construct($message, 4401, $previous, 500, $link,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
parent::__construct($message, 4401, $previous, 500, $link,
- Exclude checks
Whitespace found at end of line Open
Open
* @param string $link
- Exclude checks
Whitespace found at end of line Open
Open
* @param string $message
- Exclude checks
Whitespace found at end of line Open
Open
* @param \Pluf\Exception $previous
- Exclude checks
Whitespace found at end of line Open
Open
public function __construct ($message = "Impossible to load notifier engine.", $previous = null, $link = null,
- Exclude checks
Closing parenthesis of a multi-line function call must be on a line by itself Open
Open
$developerMessage);
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 16 Open
Open
$developerMessage);
- Exclude checks
Whitespace found at end of line Open
Open
*
- Exclude checks
Whitespace found at end of line Open
Open
* @param string $developerMessage
- Exclude checks
Class name "Notifier_Exception_EngineLoad" is not in camel caps format Open
Open
class Notifier_Exception_EngineLoad extends \Pluf\Exception
- Exclude checks
Opening parenthesis of a multi-line function call must be the last content on the line Open
Open
parent::__construct($message, 4401, $previous, 500, $link,
- Exclude checks
Expected 1 newline at end of file; 0 found Open
Open
}
- Exclude checks
Whitespace found at end of line Open
Open
parent::__construct($message, 4401, $previous, 500, $link,
- Exclude checks