@@ -73,7 +73,7 @@ discard block |
||
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 |
||
81 | 81 | } |
82 | 82 | |
83 | 83 | /** |
84 | - * @return int |
|
84 | + * @return string |
|
85 | 85 | */ |
86 | 86 | public function getId() |
87 | 87 | { |
@@ -100,9 +100,9 @@ discard block |
||
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 |
||
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 | */ |