Passed
Pull Request — master (#243)
by
unknown
01:53
created
src/Tools.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
     /**
93 93
      * Request authorization to issue CTe OS with one document only
94 94
      * @param type $xml
95
-     * @return type
95
+     * @return string
96 96
      */
97 97
     public function sefazEnviaCTeOS($xml)
98 98
     {
@@ -904,7 +904,7 @@  discard block
 block discarded – undo
904 904
      * Requires CE cancellation
905 905
      * @param  string $chave key of CTe
906 906
      * @param  string $nProt protocol number
907
-     * @param  string $nProtCEC protocol number
907
+     * @param  string $nProtCE protocol number
908 908
      * @return string
909 909
      */
910 910
     public function sefazCancelaCE($chave, $nProt, $nProtCE, $nSeqEvento)
Please login to merge, or discard this patch.