src/Notifier/Exception/NotificationGenerate.php
Each class must be in a namespace of at least one level (a top-level vendor name) Open
Open
class Notifier_Exception_NotificationGenerate extends \Pluf\Exception
- Exclude checks
The class Notifier_Exception_NotificationGenerate is not named in CamelCase. Open
Open
class Notifier_Exception_NotificationGenerate 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
Line exceeds 120 characters; contains 142 characters Open
Open
public function __construct($message = 'Failed to generate notification entity', $previous = null, $link = null, $developerMessage = null)
- Exclude checks
Expected 1 newline at end of file; 0 found Open
Open
}
- Exclude checks
Class name "Notifier_Exception_NotificationGenerate" is not in camel caps format Open
Open
class Notifier_Exception_NotificationGenerate extends \Pluf\Exception
- Exclude checks
Whitespace found at end of line Open
Open
*
- Exclude checks