Completed
Push — master ( 7cff09...c9a8e2 )
by Laurent
01:30
created
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.
class/bbcvols.class.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
     private $pilot;
87 87
 
88 88
     /**
89
-     * @return int
89
+     * @return string
90 90
      */
91 91
     public function getIdBBCVols()
92 92
     {
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     }
95 95
 
96 96
     /**
97
-     * @return int
97
+     * @return string
98 98
      */
99 99
     public function getId()
100 100
     {
Please login to merge, or discard this patch.