Passed
Pull Request — master (#30)
by Giancarlos
04:09
created
src/Greenter/See.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
         return $this->factory->send($document);
175 175
     }
176 176
     
177
-	// Solicitar CDR desde un XML ya generado. by thefantas
177
+ // Solicitar CDR desde un XML ya generado. by thefantas
178 178
     public function sendForce(DocumentInterface $document, $dir_xml)
179 179
     {
180 180
         $classDoc = get_class($document);
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
 
185 185
         return $this->factory->send($document, $dir_xml);
186 186
     }
187
-	// Generar solo XML. by thefantas
187
+ // Generar solo XML. by thefantas
188 188
     public function genXML(DocumentInterface $document)
189 189
     {
190 190
         $classDoc = get_class($document);
Please login to merge, or discard this patch.