Convert property names to camel case
[MAILPOET-1796]
This commit is contained in:
@@ -14,8 +14,8 @@ class Notice {
|
||||
private $type;
|
||||
private $message;
|
||||
private $classes;
|
||||
private $data_notice_name;
|
||||
private $render_in_paragraph;
|
||||
private $dataNoticeName;
|
||||
private $renderInParagraph;
|
||||
|
||||
public function __construct($type, $message, $classes = '', $dataNoticeName = '', $renderInParagraph = true) {
|
||||
$this->type = $type;
|
||||
|
Reference in New Issue
Block a user