Completed
Push — master ( 5decc1...c80619 )
by Laurent
02:09
created
class/bbcvols.class.php 1 patch
Doc Comments   +3 added lines, -3 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
     {
@@ -951,7 +951,7 @@  discard block
 block discarded – undo
951 951
     }
952 952
 
953 953
     /**
954
-     * @return int
954
+     * @return string
955 955
      */
956 956
     public function getKilometers(){
957 957
         return $this->kilometers;
Please login to merge, or discard this patch.