Completed
Pull Request — master (#76)
by Roberto
03:29
created
src/Factories/EvtAqProd.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
             !empty($this->std->indopccp) ? $this->std->indopccp : null,
131 131
             false
132 132
         );
133
-        foreach($this->std->detaquis as $det) {
133
+        foreach ($this->std->detaquis as $det) {
134 134
             $detaq = $this->dom->createElement("detAquis");
135 135
             $this->dom->addChild(
136 136
                 $detaq,
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
                 number_format($det->vlrsenardesc, 2, ',', ''),
163 163
                 true
164 164
             );
165
-            foreach($det->infoprocjud as $jud) {
165
+            foreach ($det->infoprocjud as $jud) {
166 166
                 $procjud = $this->dom->createElement("infoProcJud");
167 167
                 $this->dom->addChild(
168 168
                     $procjud,
Please login to merge, or discard this patch.