Passed
Pull Request — master (#563)
by Jesus
03:29
created
src/Make.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6959,7 +6959,7 @@
 block discarded – undo
6959 6959
     /**
6960 6960
      * Includes missing or unsupported properties in stdClass
6961 6961
      * @param stdClass $std
6962
-     * @param array $possible
6962
+     * @param string[] $possible
6963 6963
      * @return stdClass
6964 6964
      */
6965 6965
     protected function equilizeParameters(stdClass $std, $possible)
Please login to merge, or discard this patch.
src/Common/Tools.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -568,6 +568,7 @@
 block discarded – undo
568 568
      * Get URI for search NFCe by chave
569 569
      * NOTE: exists only in 4.00 layout
570 570
      * @param string $uf
571
+     * @param string $tpAmb
571 572
      * @return string
572 573
      */
573 574
     protected function getURIConsultaNFCe($uf, $tpAmb)
Please login to merge, or discard this patch.