Passed
Pull Request — master (#97)
by
unknown
02:23
created
src/Factories/EvtInfoComplPer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.
src/Factories/EvtPgtos.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.
src/Factories/EvtTabEstab.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.
src/Factories/EvtTabHorTur.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.
src/Factories/EvtComProd.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.
src/Common/Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -216,7 +216,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.