Completed
Branch master (9746a1)
by Laurent
03:04
created
class/bbcvols.class.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     public $justif_kilometers;
74 74
 
75 75
     /**
76
-     * @return int
76
+     * @return string
77 77
      */
78 78
     public function getIdBBCVols()
79 79
     {
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     }
82 82
 
83 83
     /**
84
-     * @return int
84
+     * @return string
85 85
      */
86 86
     public function getId()
87 87
     {
Please login to merge, or discard this patch.
lib/flightLog.lib.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -100,9 +100,9 @@  discard block
 block discarded – undo
100 100
  *
101 101
  * @param int|string $selected  Preselected Balloon
102 102
  * @param string     $htmlname  Name of field in form
103
- * @param bool       $showempty Add an empty field
104
- * @param bool       $showimmat
105
- * @param bool       $showDeclasse
103
+ * @param integer       $showempty Add an empty field
104
+ * @param integer       $showimmat
105
+ * @param integer       $showDeclasse
106 106
  */
107 107
 function select_balloons($selected = '', $htmlname = 'ballon', $showempty = 0, $showimmat = 0, $showDeclasse = 1)
108 108
 {
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
  *
159 159
  * @param int  $quarter
160 160
  *
161
- * @param bool $goupBy
161
+ * @param bool $groupBy
162 162
  *
163 163
  * @return string
164 164
  */
Please login to merge, or discard this patch.