Completed
Push — master ( c92705...398954 )
by Roberto
47s
created
src/Tools.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -707,6 +707,12 @@
 block discarded – undo
707 707
         return array('alias' => $aliasEvento, 'desc' => $descEvento);
708 708
     }
709 709
 
710
+    /**
711
+     * @param string $xJust
712
+     * @param integer $nSerie
713
+     * @param integer $nIni
714
+     * @param integer $nFin
715
+     */
710 716
     private function zValidParamInut($xJust, $nSerie, $nIni, $nFin)
711 717
     {
712 718
         $msg = '';
Please login to merge, or discard this patch.
src/Mail.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -67,6 +67,7 @@
 block discarded – undo
67 67
      * zMontaMessagem
68 68
      *
69 69
      * @param string $pathFile
70
+     * @return string
70 71
      */
71 72
     protected function zMontaMessagem($pathFile)
72 73
     {
Please login to merge, or discard this patch.