Passed
Push — master ( e850ef...69529f )
by Roberto
02:10
created
src/Factories/EvtEspDesportivo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -199,7 +199,7 @@
 block discarded – undo
199 199
                     true
200 200
                 );
201 201
                 
202
-                foreach($bo->receitaingressos  as $rec) {
202
+                foreach ($bo->receitaingressos  as $rec) {
203 203
                     $recIng = $this->dom->createElement("receitaIngressos"); 
204 204
                     $this->dom->addChild(
205 205
                         $recIng,
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
@@ -163,7 +163,7 @@
 block discarded – undo
163 163
             $ideEstab->appendChild($tipoCom);
164 164
         }
165 165
         if (!empty($this->std->infoproc)) {
166
-            foreach($this->std->infoproc as $ip) {
166
+            foreach ($this->std->infoproc as $ip) {
167 167
                 $infoProc = $this->dom->createElement("infoProc");
168 168
                 $this->dom->addChild(
169 169
                     $infoProc,
Please login to merge, or discard this patch.