Passed
Pull Request — master (#130)
by
unknown
02:11
created
src/Make.php 1 patch
Doc Comments   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -2167,10 +2167,6 @@  discard block
 block discarded – undo
2167 2167
      * tagVag
2168 2168
      * tag MDFe/infMDFe/infModal/ferrov/trem/vag
2169 2169
      *
2170
-     * @param string $serie
2171
-     * @param string $nVag
2172
-     * @param string $nSeq
2173
-     * @param string $tonUtil
2174 2170
      *
2175 2171
      * @return DOMElement
2176 2172
      */
@@ -2550,7 +2546,6 @@  discard block
 block discarded – undo
2550 2546
      * condutor
2551 2547
      * tag MDFe/infMDFe/infModal/rodo/veicTracao/condutor
2552 2548
      *
2553
-     * @param  string $cEmbComb
2554 2549
      *
2555 2550
      * @return DOMElement
2556 2551
      */
@@ -3326,7 +3321,7 @@  discard block
 block discarded – undo
3326 3321
      * Replace all unsuported chars
3327 3322
      *
3328 3323
      * @param stdClass $std
3329
-     * @param array $possible
3324
+     * @param string[] $possible
3330 3325
      * @return stdClass
3331 3326
      */
3332 3327
     private function equilizeParameters(stdClass $std, $possible)
Please login to merge, or discard this patch.