Test Setup Failed
Push — master ( 947c79...20ba58 )
by
unknown
34s queued 10s
created
src/Factories/Parser.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -777,7 +777,6 @@
 block discarded – undo
777 777
 
778 778
     /**
779 779
      * Create tag comb [LA]
780
-     * @param stdClass $std
781 780
      * @return void
782 781
      */
783 782
     protected function buildLAEntity()
Please login to merge, or discard this patch.
src/Tools.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 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
     {
Please login to merge, or discard this patch.
src/Make.php 1 patch
Doc Comments   +12 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1056,7 +1056,6 @@  discard block
 block discarded – undo
1056 1056
      * e adiciona ao grupo ide
1057 1057
      * #35
1058 1058
      * Nível: 2
1059
-     * @param string $toma Tomador do Serviço
1060 1059
      * @param stdClass $std
1061 1060
      * @return \DOMElement
1062 1061
      */
@@ -1748,6 +1747,7 @@  discard block
 block discarded – undo
1748 1747
      * Os parâmetros para esta função são todos os elementos da tag "ObsCont" do
1749 1748
      * tipo elemento (Ele = E|CE|A) e nível 3
1750 1749
      *
1750
+     * @param stdClass $std
1751 1751
      * @return boolean
1752 1752
      */
1753 1753
     public function tagobsCont($std)
@@ -1781,6 +1781,7 @@  discard block
 block discarded – undo
1781 1781
      * Os parâmetros para esta função são todos os elementos da tag "ObsFisco" do tipo
1782 1782
      * elemento (Ele = E|CE|A) e nível 3
1783 1783
      *
1784
+     * @param stdClass $std
1784 1785
      * @return boolean
1785 1786
      */
1786 1787
     public function tagobsFisco($std)
@@ -1814,6 +1815,7 @@  discard block
 block discarded – undo
1814 1815
      * Os parâmetros para esta função são todos os elementos da tag "emit" do
1815 1816
      * tipo elemento (Ele = E|CE|A) e nível 2
1816 1817
      *
1818
+     * @param stdClass $std
1817 1819
      * @return \DOMElement
1818 1820
      */
1819 1821
     public function tagemit($std)
@@ -1865,6 +1867,7 @@  discard block
 block discarded – undo
1865 1867
      * Os parâmetros para esta função são todos os elementos da tag "enderEmit" do
1866 1868
      * tipo elemento (Ele = E|CE|A) e nível 3
1867 1869
      *
1870
+     * @param stdClass $std
1868 1871
      * @return \DOMElement
1869 1872
      */
1870 1873
     public function tagenderEmit($std)
@@ -2461,6 +2464,7 @@  discard block
 block discarded – undo
2461 2464
      * Os parâmetros para esta função são todos os elementos da tag "dest" do
2462 2465
      * tipo elemento (Ele = E|CE|A) e nível 2
2463 2466
      *
2467
+     * @param stdClass $std
2464 2468
      * @return \DOMElement
2465 2469
      */
2466 2470
     public function tagdest($std)
@@ -2550,6 +2554,7 @@  discard block
 block discarded – undo
2550 2554
      * Os parâmetros para esta função são todos os elementos da tag "enderDest" do
2551 2555
      * tipo elemento (Ele = E|CE|A) e nível 3
2552 2556
      *
2557
+     * @param stdClass $std
2553 2558
      * @return \DOMElement
2554 2559
      */
2555 2560
     public function tagenderDest($std)
@@ -2697,6 +2702,7 @@  discard block
 block discarded – undo
2697 2702
      * Informações relativas ao ICMS
2698 2703
      * #194
2699 2704
      *
2705
+     * @param stdClass $std
2700 2706
      * @return DOMElement
2701 2707
      */
2702 2708
     public function tagicms($std)
@@ -3160,6 +3166,7 @@  discard block
 block discarded – undo
3160 3166
      * Gera as tags para o elemento: "infNFe" (Informações das NF-e)
3161 3167
      * #297
3162 3168
      * Nível: 3
3169
+     * @param stdClass $std
3163 3170
      * @return mixed
3164 3171
      */
3165 3172
     public function taginfNFe($std)
@@ -3322,7 +3329,6 @@  discard block
 block discarded – undo
3322 3329
      * Gera as tags para o elemento: "infModal" (Informações do modal)
3323 3330
      * #366
3324 3331
      * Nível: 2
3325
-     * @param string $versaoModal
3326 3332
      * @return DOMElement|\DOMNode
3327 3333
      */
3328 3334
     public function taginfModal($std)
@@ -3490,7 +3496,6 @@  discard block
 block discarded – undo
3490 3496
 
3491 3497
     /**
3492 3498
      * CT-e de substituição - tomaICMS
3493
-     * @param type $std
3494 3499
      * @return type
3495 3500
      */
3496 3501
     public function tagtomaICMS()
@@ -3502,7 +3507,7 @@  discard block
 block discarded – undo
3502 3507
 
3503 3508
     /**
3504 3509
      * CT-e de substituição - NF-e
3505
-     * @param type $std
3510
+     * @param stdClass $std
3506 3511
      * @return type
3507 3512
      */
3508 3513
     public function tagrefNFe($std)
@@ -3524,7 +3529,7 @@  discard block
 block discarded – undo
3524 3529
 
3525 3530
     /**
3526 3531
      * CT-e de substituição - NF
3527
-     * @param type $std
3532
+     * @param stdClass $std
3528 3533
      * @return type
3529 3534
      */
3530 3535
     public function tagrefNF($std)
@@ -3567,7 +3572,7 @@  discard block
 block discarded – undo
3567 3572
 
3568 3573
     /**
3569 3574
      * CT-e de substituição - CT-e
3570
-     * @param type $std
3575
+     * @param stdClass $std
3571 3576
      * @return type
3572 3577
      */
3573 3578
     public function tagrefCTe($std)
@@ -3822,6 +3827,7 @@  discard block
 block discarded – undo
3822 3827
      * Nível: 1
3823 3828
      * Os parâmetros para esta função são todos os elementos da tag "autXML"
3824 3829
      *
3830
+     * @param stdClass $std
3825 3831
      * @return boolean
3826 3832
      */
3827 3833
     public function tagautXML($std)
Please login to merge, or discard this patch.