@@ -1193,7 +1193,6 @@ discard block |
||
| 1193 | 1193 | * e adiciona ao grupo ide |
| 1194 | 1194 | * #35 |
| 1195 | 1195 | * Nível: 2 |
| 1196 | - * @param string $toma Tomador do Serviço |
|
| 1197 | 1196 | * @param stdClass $std |
| 1198 | 1197 | * @return \DOMElement |
| 1199 | 1198 | */ |
@@ -2031,6 +2030,7 @@ discard block |
||
| 2031 | 2030 | * Os parâmetros para esta função são todos os elementos da tag "ObsCont" do |
| 2032 | 2031 | * tipo elemento (Ele = E|CE|A) e nível 3 |
| 2033 | 2032 | * |
| 2033 | + * @param stdClass $std |
|
| 2034 | 2034 | * @return boolean |
| 2035 | 2035 | */ |
| 2036 | 2036 | public function tagobsCont($std) |
@@ -2072,6 +2072,7 @@ discard block |
||
| 2072 | 2072 | * Os parâmetros para esta função são todos os elementos da tag "ObsFisco" do tipo |
| 2073 | 2073 | * elemento (Ele = E|CE|A) e nível 3 |
| 2074 | 2074 | * |
| 2075 | + * @param stdClass $std |
|
| 2075 | 2076 | * @return boolean |
| 2076 | 2077 | */ |
| 2077 | 2078 | public function tagobsFisco($std) |
@@ -2113,6 +2114,7 @@ discard block |
||
| 2113 | 2114 | * Os parâmetros para esta função são todos os elementos da tag "emit" do |
| 2114 | 2115 | * tipo elemento (Ele = E|CE|A) e nível 2 |
| 2115 | 2116 | * |
| 2117 | + * @param stdClass $std |
|
| 2116 | 2118 | * @return \DOMElement |
| 2117 | 2119 | */ |
| 2118 | 2120 | public function tagemit($std) |
@@ -2175,6 +2177,7 @@ discard block |
||
| 2175 | 2177 | * Os parâmetros para esta função são todos os elementos da tag "enderEmit" do |
| 2176 | 2178 | * tipo elemento (Ele = E|CE|A) e nível 3 |
| 2177 | 2179 | * |
| 2180 | + * @param stdClass $std |
|
| 2178 | 2181 | * @return \DOMElement |
| 2179 | 2182 | */ |
| 2180 | 2183 | public function tagenderEmit($std) |
@@ -2871,6 +2874,7 @@ discard block |
||
| 2871 | 2874 | * Os parâmetros para esta função são todos os elementos da tag "dest" do |
| 2872 | 2875 | * tipo elemento (Ele = E|CE|A) e nível 2 |
| 2873 | 2876 | * |
| 2877 | + * @param stdClass $std |
|
| 2874 | 2878 | * @return \DOMElement |
| 2875 | 2879 | */ |
| 2876 | 2880 | public function tagdest($std) |
@@ -2973,6 +2977,7 @@ discard block |
||
| 2973 | 2977 | * Os parâmetros para esta função são todos os elementos da tag "enderDest" do |
| 2974 | 2978 | * tipo elemento (Ele = E|CE|A) e nível 3 |
| 2975 | 2979 | * |
| 2980 | + * @param stdClass $std |
|
| 2976 | 2981 | * @return \DOMElement |
| 2977 | 2982 | */ |
| 2978 | 2983 | public function tagenderDest($std) |
@@ -3152,6 +3157,7 @@ discard block |
||
| 3152 | 3157 | * Informações relativas ao ICMS |
| 3153 | 3158 | * #194 |
| 3154 | 3159 | * |
| 3160 | + * @param stdClass $std |
|
| 3155 | 3161 | * @return DOMElement |
| 3156 | 3162 | */ |
| 3157 | 3163 | public function tagicms($std) |
@@ -3787,6 +3793,7 @@ discard block |
||
| 3787 | 3793 | * Gera as tags para o elemento: "infNFe" (Informações das NF-e) |
| 3788 | 3794 | * #297 |
| 3789 | 3795 | * Nível: 3 |
| 3796 | + * @param stdClass $std |
|
| 3790 | 3797 | * @return mixed |
| 3791 | 3798 | */ |
| 3792 | 3799 | public function taginfNFe($std) |
@@ -4156,7 +4163,6 @@ discard block |
||
| 4156 | 4163 | * Gera as tags para o elemento: "infModal" (Informações do modal) |
| 4157 | 4164 | * #366 |
| 4158 | 4165 | * Nível: 2 |
| 4159 | - * @param string $versaoModal |
|
| 4160 | 4166 | * @return DOMElement|\DOMNode |
| 4161 | 4167 | */ |
| 4162 | 4168 | public function taginfModal($std) |
@@ -4494,7 +4500,6 @@ discard block |
||
| 4494 | 4500 | |
| 4495 | 4501 | /** |
| 4496 | 4502 | * CT-e de substituição - tomaICMS |
| 4497 | - * @param type $std |
|
| 4498 | 4503 | * @return type |
| 4499 | 4504 | */ |
| 4500 | 4505 | public function tagtomaICMS() |
@@ -4505,7 +4510,7 @@ discard block |
||
| 4505 | 4510 | |
| 4506 | 4511 | /** |
| 4507 | 4512 | * CT-e de substituição - NF-e |
| 4508 | - * @param type $std |
|
| 4513 | + * @param stdClass $std |
|
| 4509 | 4514 | * @return type |
| 4510 | 4515 | */ |
| 4511 | 4516 | public function tagrefNFe($std) |
@@ -4534,7 +4539,7 @@ discard block |
||
| 4534 | 4539 | |
| 4535 | 4540 | /** |
| 4536 | 4541 | * CT-e de substituição - NF |
| 4537 | - * @param type $std |
|
| 4542 | + * @param stdClass $std |
|
| 4538 | 4543 | * @return type |
| 4539 | 4544 | */ |
| 4540 | 4545 | public function tagrefNF($std) |
@@ -4623,7 +4628,7 @@ discard block |
||
| 4623 | 4628 | |
| 4624 | 4629 | /** |
| 4625 | 4630 | * CT-e de substituição - CT-e |
| 4626 | - * @param type $std |
|
| 4631 | + * @param stdClass $std |
|
| 4627 | 4632 | * @return type |
| 4628 | 4633 | */ |
| 4629 | 4634 | public function tagrefCTe($std) |
@@ -4935,6 +4940,7 @@ discard block |
||
| 4935 | 4940 | * Nível: 1 |
| 4936 | 4941 | * Os parâmetros para esta função são todos os elementos da tag "autXML" |
| 4937 | 4942 | * |
| 4943 | + * @param stdClass $std |
|
| 4938 | 4944 | * @return boolean |
| 4939 | 4945 | */ |
| 4940 | 4946 | public function tagautXML($std) |
@@ -5196,7 +5202,7 @@ discard block |
||
| 5196 | 5202 | * Replace all unsuported chars |
| 5197 | 5203 | * |
| 5198 | 5204 | * @param stdClass $std |
| 5199 | - * @param array $possible |
|
| 5205 | + * @param string[] $possible |
|
| 5200 | 5206 | * @return stdClass |
| 5201 | 5207 | */ |
| 5202 | 5208 | private function equilizeParameters(stdClass $std, $possible) |