@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | public function __construct($articleId, $status = 'draft') |
38 | 38 | { |
39 | 39 | $this->article_id = $articleId; |
40 | - $this->status = $status; |
|
40 | + $this->status = $status; |
|
41 | 41 | } |
42 | 42 | |
43 | 43 | public function setTitle($title) { |
@@ -95,7 +95,7 @@ discard block |
||
95 | 95 | $metaObj = new \stdClass(); |
96 | 96 | } |
97 | 97 | |
98 | - $errors = array(); |
|
98 | + $errors = array(); |
|
99 | 99 | if (is_array($metaData)) { |
100 | 100 | foreach ($metaData as $key => $value) { |
101 | 101 | if (isset($this->allowedMetaKeys[$key])) { |