Passed
Pull Request — master (#921)
by
unknown
10:53 queued 08:00
created
examples/5.0testConvert.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,4 +15,4 @@
 block discarded – undo
15 15
 } catch (\Exception $e) {
16 16
     echo str_replace("\n", "<br/>", $e->getMessage());
17 17
 }
18
-     
19 18
\ No newline at end of file
19
+        
20 20
\ No newline at end of file
Please login to merge, or discard this patch.
fake/fakeSefazCsc.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
         "tpAmb"       => 2,
17 17
         "razaosocial" => "SUA RAZAO SOCIAL LTDA",
18 18
         "cnpj"        => "99999999999999",
19
-        "siglaUF"     => "AM",  //existe apenas no AM e GO
19
+        "siglaUF"     => "AM", //existe apenas no AM e GO
20 20
         "schemes"     => "PL_009_V4",
21 21
         "versao"      => '4.00',
22 22
         "tokenIBPT"   => "AAAAAAA",
Please login to merge, or discard this patch.
fake/fakeSefazEPEC.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 
52 52
     $xml = file_get_contents(__DIR__ . "/nfe.xml");
53 53
     $response = $tools->sefazEPEC($xml);
54
-    file_put_contents(__DIR__. '/nfe_epec.xml', $xml);
54
+    file_put_contents(__DIR__ . '/nfe_epec.xml', $xml);
55 55
     echo FakePretty::prettyPrint($response);
56 56
     
57 57
 } catch (\Exception $e) {
Please login to merge, or discard this patch.