Completed
Push — master ( 33100d...bd7db5 )
by Paul
07:52
created
programs/utilit/right_rule.class.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
55 55
 		return $rightrule;
56 56
 	}
57 57
 	
58
+	/**
59
+	 * @param integer $id_right
60
+	 */
58 61
 	public static function getFromRight($id_right)
59 62
 	{
60 63
 		$rightrule = new absences_RightRule;
Please login to merge, or discard this patch.
programs/utilit/rightincl.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -172,6 +172,9 @@
 block discarded – undo
172 172
 	}
173 173
 
174 174
 
175
+	/**
176
+	 * @param string $str
177
+	 */
175 178
 	private function addMessage($str) {
176 179
 		$this->messages[] = $str;
177 180
 	}
Please login to merge, or discard this patch.
programs/utilit/RRule.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -792,6 +792,7 @@
 block discarded – undo
792 792
 	  /**
793 793
 	  * Processes the array of $relative_days to $base and removes any
794 794
 	  * which are not within the scope of our rule.
795
+	  * @param iCalDate $base
795 796
 	  */
796 797
 	  function WithinScope( $base, $relative_days ) {
797 798
 	
Please login to merge, or discard this patch.
programs/utilit/vacfixedincl.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -306,6 +306,8 @@
 block discarded – undo
306 306
 
307 307
 /**
308 308
  * Tester si la demande du droit a date fixe existe
309
+ * @param integer $id_user
310
+ * @param integer $id_right
309 311
  * @return bool
310 312
  */
311 313
 function absences_isFixedCreated($id_user, $id_right)
Please login to merge, or discard this patch.
programs/utilit/workperiod_recover_request.class.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -495,6 +495,8 @@
 block discarded – undo
495 495
 	
496 496
 	
497 497
 	/**
498
+	 * @param integer $rfrom
499
+	 * @param integer $ide
498 500
 	 * @return string
499 501
 	 */
500 502
 	public function getEditUrl($rfrom, $ide = null)
Please login to merge, or discard this patch.
programs/vacchart.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -67,6 +67,7 @@
 block discarded – undo
67 67
      * Inherit co-manager on subentities
68 68
      * @param array $entities
69 69
      * @param bool &$all_manager
70
+     * @param boolean $all_manager
70 71
      * @return array
71 72
      */
72 73
     protected function inheritCoManager($entities, &$all_manager)
Please login to merge, or discard this patch.
programs/utilit/cet_deposit_request.class.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -495,6 +495,8 @@
 block discarded – undo
495 495
 	
496 496
 	
497 497
 	/**
498
+	 * @param integer $rfrom
499
+	 * @param integer $ide
498 500
 	 * @return string
499 501
 	 */
500 502
 	public function getEditUrl($rfrom, $ide = null)
Please login to merge, or discard this patch.
programs/utilit/right_cet.class.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
55 55
 		return $rightrule;
56 56
 	}
57 57
 	
58
+	/**
59
+	 * @param integer $id_right
60
+	 */
58 61
 	public static function getFromRight($id_right)
59 62
 	{
60 63
 		$rightrule = new absences_RightRule;
Please login to merge, or discard this patch.
programs/utilit/planningincl.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -814,6 +814,9 @@
 block discarded – undo
814 814
 }
815 815
 
816 816
 
817
+/**
818
+ * @param integer $nbmonth
819
+ */
817 820
 function absences_getSearchLimit($nbmonth)
818 821
 {
819 822
     $initusers = (int) bab_rp('limit');
Please login to merge, or discard this patch.