Passed
Push — master ( 55d9c2...29e3ad )
by Jon
02:23
created
src/Article.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
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])) {
Please login to merge, or discard this patch.