Passed
Pull Request — master (#246)
by Eduardo
03:14
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/Factories/Parser.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -776,7 +776,6 @@
 block discarded – undo
776 776
 
777 777
     /**
778 778
      * Create tag comb [LA]
779
-     * @param stdClass $std
780 779
      * @return void
781 780
      */
782 781
     protected function buildLAEntity()
Please login to merge, or discard this patch.
src/Make.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1466,7 +1466,7 @@  discard block
 block discarded – undo
1466 1466
      * Pessoas autorizadas para o download do XML da NF-e G50 pai A01
1467 1467
      * tag NFe/infNFe/autXML
1468 1468
      *
1469
-     * @param stdclass $std
1469
+     * @param stdClass $std
1470 1470
      *
1471 1471
      * @return DOMElement
1472 1472
      */
@@ -5000,6 +5000,7 @@  discard block
 block discarded – undo
5000 5000
      * Grupo ISSQN U01 pai M01
5001 5001
      * tag NFe/infNFe/det[]/imposto/ISSQN (opcional)
5002 5002
      * @param  string stdClass $std
5003
+     * @param stdClass $std
5003 5004
      * @return DOMElement
5004 5005
      */
5005 5006
     public function tagISSQN($std)
@@ -6957,7 +6958,6 @@  discard block
 block discarded – undo
6957 6958
     /**
6958 6959
      * Includes missing or unsupported properties in stdClass
6959 6960
      * @param stdClass $std
6960
-     * @param array $required
6961 6961
      * @return stdClass
6962 6962
      */
6963 6963
     protected function equilizeParameters(stdClass $std, array $possible)
Please login to merge, or discard this patch.