Test Failed
Pull Request — master (#343)
by
unknown
01:19
created
src/Factories/Traits/TraitS1260.php 2 patches
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -220,13 +220,13 @@
 block discarded – undo
220 220
             true
221 221
         );
222 222
         if( $this->std->indretif == 2 ){
223
-			$this->dom->addChild(
224
-				$ideEvento,
225
-				"nrRecibo",
226
-				$this->std->nrrecibo,
227
-				true
228
-			);
229
-		}
223
+            $this->dom->addChild(
224
+                $ideEvento,
225
+                "nrRecibo",
226
+                $this->std->nrrecibo,
227
+                true
228
+            );
229
+        }
230 230
         $this->dom->addChild(
231 231
             $ideEvento,
232 232
             "perApur",
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@
 block discarded – undo
219 219
             $this->std->indretif,
220 220
             true
221 221
         );
222
-        if( $this->std->indretif == 2 ){
222
+        if ($this->std->indretif == 2) {
223 223
 			$this->dom->addChild(
224 224
 				$ideEvento,
225 225
 				"nrRecibo",
Please login to merge, or discard this patch.