Passed
Push — master ( 2116c8...27023d )
by Roberto
04:48 queued 02:00
created
src/Factories/EvtTabOperPort.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
      */
62 62
     protected function toNode()
63 63
     {
64
-         $ideEmpregador = $this->node->getElementsByTagName('ideEmpregador')->item(0);
64
+            $ideEmpregador = $this->node->getElementsByTagName('ideEmpregador')->item(0);
65 65
         //o idEvento pode variar de evento para evento
66 66
         //então cada factory individualmente terá de construir o seu
67 67
         $ideEvento = $this->dom->createElement("ideEvento");
Please login to merge, or discard this patch.
src/Common/Soap/SoapInterface.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
      * @param string $action
81 81
      * @param string $envelope
82 82
      * @param array $parameters
83
-      */
83
+     */
84 84
     public function send(
85 85
         $operation,
86 86
         $url,
Please login to merge, or discard this patch.