Passed
Pull Request — master (#97)
by
unknown
01:50
created
src/Tools.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
      *
128 128
      * @param string $uf sigla da unidade da Federação
129 129
      * @param string $tpAmb tipo de ambiente 1-produção e 2-homologação
130
-     * @return   mixed string XML do retorno do webservice, ou false se ocorreu algum erro
130
+     * @return   string string XML do retorno do webservice, ou false se ocorreu algum erro
131 131
      */
132 132
     public function sefazStatus($uf = '', $tpAmb = null)
133 133
     {
@@ -286,9 +286,8 @@  discard block
 block discarded – undo
286 286
      *
287 287
      * @param string $uf
288 288
      * @param string $chave
289
-     * @param string $cOrgao
290 289
      * @param string $tpEvento
291
-     * @param string $nSeqEvento
290
+     * @param integer $nSeqEvento
292 291
      * @param string $tagAdic
293 292
      * @return   string
294 293
      */
Please login to merge, or discard this patch.
src/Make.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2206,7 +2206,7 @@
 block discarded – undo
2206 2206
      * Replace all unsuported chars
2207 2207
      *
2208 2208
      * @param  stdClass $std
2209
-     * @param  array    $possible
2209
+     * @param  string[]    $possible
2210 2210
      * @return stdClass
2211 2211
      */
2212 2212
     protected function equilizeParameters(stdClass $std, $possible)
Please login to merge, or discard this patch.