Completed
Push — master ( 7e6804...36d2e6 )
by Laurent
05:20 queued 03:07
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   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -149,9 +149,9 @@
 block discarded – undo
149 149
 }
150 150
 
151 151
 /**
152
- * @param null $year
153
- * @param null $pilotId
154
- * @param null $quarter
152
+ * @param integer $year
153
+ * @param integer $pilotId
154
+ * @param integer $quarter
155 155
  * @param bool $groupBy
156 156
  *
157 157
  * @return string
Please login to merge, or discard this patch.