Passed
Pull Request — master (#243)
by
unknown
02:15
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
     {
@@ -906,7 +906,7 @@  discard block
 block discarded – undo
906 906
      * Requires CE cancellation
907 907
      * @param  string $chave key of CTe
908 908
      * @param  string $nProt protocol number
909
-     * @param  string $nProtCEC protocol number
909
+     * @param  string $nProtCE protocol number
910 910
      * @return string
911 911
      */
912 912
     public function sefazCancelaCE($chave, $nProt, $nProtCE)
Please login to merge, or discard this patch.