src/Notifier/Exception/NotificationSend.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_NotificationSend extends \Pluf\Exception

The class Notifier_Exception_NotificationSend is not named in CamelCase.
Open

class Notifier_Exception_NotificationSend 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

Line exceeds 120 characters; contains 131 characters
Open

    public function __construct($message = 'Failed to send notification', $previous = null, $link = null, $developerMessage = null)

Expected 1 newline at end of file; 0 found
Open

}

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

class Notifier_Exception_NotificationSend extends \Pluf\Exception

Whitespace found at end of line
Open

 *        

There are no issues that match your filters.

Category
Status