@@ -85,7 +85,7 @@ |
||
85 | 85 | "procEmi", |
86 | 86 | $this->procEmi, |
87 | 87 | true |
88 | - ); $this->dom->addChild( |
|
88 | + ); $this->dom->addChild( |
|
89 | 89 | $ideEvento, |
90 | 90 | "verProc", |
91 | 91 | $this->verProc, |
@@ -85,7 +85,7 @@ |
||
85 | 85 | "procEmi", |
86 | 86 | $this->procEmi, |
87 | 87 | true |
88 | - ); $this->dom->addChild( |
|
88 | + ); $this->dom->addChild( |
|
89 | 89 | $ideEvento, |
90 | 90 | "verProc", |
91 | 91 | $this->verProc, |
@@ -85,7 +85,7 @@ |
||
85 | 85 | "procEmi", |
86 | 86 | $this->procEmi, |
87 | 87 | true |
88 | - ); $this->dom->addChild( |
|
88 | + ); $this->dom->addChild( |
|
89 | 89 | $ideEvento, |
90 | 90 | "verProc", |
91 | 91 | $this->verProc, |
@@ -85,7 +85,7 @@ |
||
85 | 85 | "procEmi", |
86 | 86 | $this->procEmi, |
87 | 87 | true |
88 | - ); $this->dom->addChild( |
|
88 | + ); $this->dom->addChild( |
|
89 | 89 | $ideEvento, |
90 | 90 | "verProc", |
91 | 91 | $this->verProc, |
@@ -85,7 +85,7 @@ |
||
85 | 85 | "procEmi", |
86 | 86 | $this->procEmi, |
87 | 87 | true |
88 | - ); $this->dom->addChild( |
|
88 | + ); $this->dom->addChild( |
|
89 | 89 | $ideEvento, |
90 | 90 | "verProc", |
91 | 91 | $this->verProc, |
@@ -216,7 +216,7 @@ |
||
216 | 216 | return true; |
217 | 217 | } |
218 | 218 | $validator = new JsonValid(); |
219 | - $validator->check($data, (object)['$ref' => 'file://' . $this->jsonschema]); |
|
219 | + $validator->check($data, (object) ['$ref' => 'file://' . $this->jsonschema]); |
|
220 | 220 | if (!$validator->isValid()) { |
221 | 221 | $msg = "JSON does not validate. Violations:\n"; |
222 | 222 | foreach ($validator->getErrors() as $error) { |