Passed
Pull Request — master (#108)
by Roberto
01:14
created
src/Factories/EvtRetPJ.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -263,7 +263,7 @@
 block discarded – undo
263 263
                     );
264 264
                     $infoPgto->appendChild($retencoes);
265 265
                 }
266
-                foreach($info->infoprocret as $ret) {
266
+                foreach ($info->infoprocret as $ret) {
267 267
                     $infoProcRet = $this->dom->createElement('infoProcRet');
268 268
                     $this->dom->addChild(
269 269
                         $infoProcRet,
Please login to merge, or discard this patch.