Passed
Pull Request — master (#196)
by Eduardo
02:23
created
src/Factories/Protocol.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     /**
26 26
      * Add protocol to xml
27 27
      * @param string $xmlnfe xml
28
-     * @param string $protocol response xml
28
+     * @param string $xmlprotocol response xml
29 29
      * @return string
30 30
      * @throws InvalidArgumentException
31 31
      */
Please login to merge, or discard this patch.
src/Make.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1337,7 +1337,7 @@  discard block
 block discarded – undo
1337 1337
      * Pessoas autorizadas para o download do XML da NF-e G50 pai A01
1338 1338
      * tag NFe/infNFe/autXML
1339 1339
      *
1340
-     * @param stdclass $std
1340
+     * @param stdClass $std
1341 1341
      *
1342 1342
      * @return DOMElement
1343 1343
      */
@@ -4168,6 +4168,7 @@  discard block
 block discarded – undo
4168 4168
      * Grupo ISSQN U01 pai M01
4169 4169
      * tag NFe/infNFe/det[]/imposto/ISSQN (opcional)
4170 4170
      * @param  string stdClass $std
4171
+     * @param stdClass $std
4171 4172
      * @return DOMElement
4172 4173
      */
4173 4174
     public function tagISSQN($std)
Please login to merge, or discard this patch.