Passed
Push — master ( 4ee088...7bd5bf )
by
unknown
02:17
created
src/Make.php 1 patch
Doc Comments   +2 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1286,7 +1286,6 @@  discard block
 block discarded – undo
1286 1286
      * e adiciona ao grupo ide
1287 1287
      * #35
1288 1288
      * Nível: 2
1289
-     * @param string $toma Tomador do Serviço
1290 1289
      * @param stdClass $std
1291 1290
      * @return \DOMElement
1292 1291
      */
@@ -4452,7 +4451,6 @@  discard block
 block discarded – undo
4452 4451
      * Gera as tags para o elemento: "infModal" (Informações do modal)
4453 4452
      * #366
4454 4453
      * Nível: 2
4455
-     * @param string $versaoModal
4456 4454
      * @return DOMElement|\DOMNode
4457 4455
      */
4458 4456
     public function taginfModal($std)
@@ -5292,7 +5290,6 @@  discard block
 block discarded – undo
5292 5290
 
5293 5291
     /**
5294 5292
      * CT-e de substituição - tomaICMS
5295
-     * @param type $std
5296 5293
      * @return type
5297 5294
      */
5298 5295
     public function tagtomaICMS()
@@ -5469,7 +5466,7 @@  discard block
 block discarded – undo
5469 5466
     /**
5470 5467
      * Informações do CT-e Globalizado
5471 5468
      * @param type $std
5472
-     * @return type
5469
+     * @return DOMElement
5473 5470
      */
5474 5471
     public function taginfGlobalizado($std)
5475 5472
     {
@@ -6049,7 +6046,7 @@  discard block
 block discarded – undo
6049 6046
      * Replace all unsuported chars
6050 6047
      *
6051 6048
      * @param stdClass $std
6052
-     * @param array $possible
6049
+     * @param string[] $possible
6053 6050
      * @return stdClass
6054 6051
      */
6055 6052
     private function equilizeParameters(stdClass $std, $possible)
Please login to merge, or discard this patch.