Passed
Push — master ( 292e77...d32bcc )
by
unknown
52s 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/Common/Tools.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -389,8 +389,7 @@
 block discarded – undo
389 389
     }
390 390
 
391 391
     /**
392
-     * @param string $Dom CTe xml content
393
-     * @param string $xml CTe xml content
392
+     * @param string $modal
394 393
      * @return string|bool
395 394
      * @todo
396 395
      * Retorna o xml do modal especifico
Please login to merge, or discard this patch.
src/Make.php 1 patch
Doc Comments   +13 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1198,7 +1198,6 @@  discard block
 block discarded – undo
1198 1198
      * e adiciona ao grupo ide
1199 1199
      * #35
1200 1200
      * Nível: 2
1201
-     * @param string $toma Tomador do Serviço
1202 1201
      * @param stdClass $std
1203 1202
      * @return \DOMElement
1204 1203
      */
@@ -2036,6 +2035,7 @@  discard block
 block discarded – undo
2036 2035
      * Os parâmetros para esta função são todos os elementos da tag "ObsCont" do
2037 2036
      * tipo elemento (Ele = E|CE|A) e nível 3
2038 2037
      *
2038
+     * @param stdClass $std
2039 2039
      * @return boolean
2040 2040
      */
2041 2041
     public function tagobsCont($std)
@@ -2077,6 +2077,7 @@  discard block
 block discarded – undo
2077 2077
      * Os parâmetros para esta função são todos os elementos da tag "ObsFisco" do tipo
2078 2078
      * elemento (Ele = E|CE|A) e nível 3
2079 2079
      *
2080
+     * @param stdClass $std
2080 2081
      * @return boolean
2081 2082
      */
2082 2083
     public function tagobsFisco($std)
@@ -2118,6 +2119,7 @@  discard block
 block discarded – undo
2118 2119
      * Os parâmetros para esta função são todos os elementos da tag "emit" do
2119 2120
      * tipo elemento (Ele = E|CE|A) e nível 2
2120 2121
      *
2122
+     * @param stdClass $std
2121 2123
      * @return \DOMElement
2122 2124
      */
2123 2125
     public function tagemit($std)
@@ -2180,6 +2182,7 @@  discard block
 block discarded – undo
2180 2182
      * Os parâmetros para esta função são todos os elementos da tag "enderEmit" do
2181 2183
      * tipo elemento (Ele = E|CE|A) e nível 3
2182 2184
      *
2185
+     * @param stdClass $std
2183 2186
      * @return \DOMElement
2184 2187
      */
2185 2188
     public function tagenderEmit($std)
@@ -2876,6 +2879,7 @@  discard block
 block discarded – undo
2876 2879
      * Os parâmetros para esta função são todos os elementos da tag "dest" do
2877 2880
      * tipo elemento (Ele = E|CE|A) e nível 2
2878 2881
      *
2882
+     * @param stdClass $std
2879 2883
      * @return \DOMElement
2880 2884
      */
2881 2885
     public function tagdest($std)
@@ -2978,6 +2982,7 @@  discard block
 block discarded – undo
2978 2982
      * Os parâmetros para esta função são todos os elementos da tag "enderDest" do
2979 2983
      * tipo elemento (Ele = E|CE|A) e nível 3
2980 2984
      *
2985
+     * @param stdClass $std
2981 2986
      * @return \DOMElement
2982 2987
      */
2983 2988
     public function tagenderDest($std)
@@ -3157,6 +3162,7 @@  discard block
 block discarded – undo
3157 3162
      * Informações relativas ao ICMS
3158 3163
      * #194
3159 3164
      *
3165
+     * @param stdClass $std
3160 3166
      * @return DOMElement
3161 3167
      */
3162 3168
     public function tagicms($std)
@@ -3808,6 +3814,7 @@  discard block
 block discarded – undo
3808 3814
      * Gera as tags para o elemento: "infNFe" (Informações das NF-e)
3809 3815
      * #297
3810 3816
      * Nível: 3
3817
+     * @param stdClass $std
3811 3818
      * @return mixed
3812 3819
      */
3813 3820
     public function taginfNFe($std)
@@ -4323,7 +4330,6 @@  discard block
 block discarded – undo
4323 4330
      * Gera as tags para o elemento: "infModal" (Informações do modal)
4324 4331
      * #366
4325 4332
      * Nível: 2
4326
-     * @param string $versaoModal
4327 4333
      * @return DOMElement|\DOMNode
4328 4334
      */
4329 4335
     public function taginfModal($std)
@@ -4894,7 +4900,6 @@  discard block
 block discarded – undo
4894 4900
 
4895 4901
     /**
4896 4902
      * CT-e de substituição - tomaICMS
4897
-     * @param type $std
4898 4903
      * @return type
4899 4904
      */
4900 4905
     public function tagtomaICMS()
@@ -4905,7 +4910,7 @@  discard block
 block discarded – undo
4905 4910
 
4906 4911
     /**
4907 4912
      * CT-e de substituição - NF-e
4908
-     * @param type $std
4913
+     * @param stdClass $std
4909 4914
      * @return type
4910 4915
      */
4911 4916
     public function tagrefNFe($std)
@@ -4934,7 +4939,7 @@  discard block
 block discarded – undo
4934 4939
 
4935 4940
     /**
4936 4941
      * CT-e de substituição - NF
4937
-     * @param type $std
4942
+     * @param stdClass $std
4938 4943
      * @return type
4939 4944
      */
4940 4945
     public function tagrefNF($std)
@@ -5023,7 +5028,7 @@  discard block
 block discarded – undo
5023 5028
 
5024 5029
     /**
5025 5030
      * CT-e de substituição - CT-e
5026
-     * @param type $std
5031
+     * @param stdClass $std
5027 5032
      * @return type
5028 5033
      */
5029 5034
     public function tagrefCTe($std)
@@ -5335,6 +5340,7 @@  discard block
 block discarded – undo
5335 5340
      * Nível: 1
5336 5341
      * Os parâmetros para esta função são todos os elementos da tag "autXML"
5337 5342
      *
5343
+     * @param stdClass $std
5338 5344
      * @return boolean
5339 5345
      */
5340 5346
     public function tagautXML($std)
@@ -5607,7 +5613,7 @@  discard block
 block discarded – undo
5607 5613
      * Replace all unsuported chars
5608 5614
      *
5609 5615
      * @param stdClass $std
5610
-     * @param array $possible
5616
+     * @param string[] $possible
5611 5617
      * @return stdClass
5612 5618
      */
5613 5619
     private function equilizeParameters(stdClass $std, $possible)
Please login to merge, or discard this patch.