Passed
Push — master ( ea90da...1a409f )
by Roberto
05:08 queued 03:41
created
src/Tools.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -290,7 +290,7 @@
 block discarded – undo
290 290
                 'required' => false,
291 291
                 'type' => ['string',"null"],
292 292
                 'regex' => '^(19[0-9][0-9]|2[0-9][0-9][0-9])[-](0?[1-9]|1[0-2])$'
293
-             ],
293
+                ],
294 294
             'nrinscestabprest' => [
295 295
                 'required' => true,
296 296
                 'type' => 'string',
Please login to merge, or discard this patch.
src/Factories/EvtInfoContri.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
             true
88 88
         );
89 89
         if ($this->std->modo == 'INC') {
90
-           // $this->std->fimvalid = null;
90
+            // $this->std->fimvalid = null;
91 91
         }
92 92
         $this->dom->addChild(
93 93
             $idePeriodo,
Please login to merge, or discard this patch.