Completed
Push — master ( c40551...5ee518 )
by Michael
03:07
created
class/auction.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
     /**
162 162
      * create a new hotel city
163 163
      * @param bool $isNew flag the new objects as "new"?
164
-     * @return object auction
164
+     * @return MartinAuction auction
165 165
      */
166 166
     public function &create($isNew = true)
167 167
     {
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
203 203
      * @created   :2010年06月20日 13时09分
204 204
      * @copyright 1997-2010 The Martin Group
205 205
      * @author    Martin <[email protected]>
206
-     * @param      $sql
206
+     * @param      string $sql
207 207
      * @param null $key
208 208
      * @return array
209 209
      */
Please login to merge, or discard this patch.
class/group.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
     /**
144 144
      * create a new hotel city
145 145
      * @param bool $isNew flag the new objects as "new"?
146
-     * @return object group
146
+     * @return MartinGroup group
147 147
      */
148 148
     public function &create($isNew = true)
149 149
     {
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
      * @created   :2010年06月20日 13时09分
186 186
      * @copyright 1997-2010 The Martin Group
187 187
      * @author    Martin <[email protected]>
188
-     * @param      $sql
188
+     * @param      string $sql
189 189
      * @param null $key
190 190
      * @return array
191 191
      */
Please login to merge, or discard this patch.
class/hotel.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -300,7 +300,7 @@  discard block
 block discarded – undo
300 300
     /**
301 301
      * create a new hotel city
302 302
      * @param bool $isNew flag the new objects as "new"?
303
-     * @return object Hotel
303
+     * @return MartinHotel Hotel
304 304
      */
305 305
     public function &create($isNew = true)
306 306
     {
@@ -350,8 +350,8 @@  discard block
 block discarded – undo
350 350
      * @created   :2010年06月20日 13时09分
351 351
      * @copyright 1997-2010 The Martin Group
352 352
      * @author    Martin <[email protected]>
353
-     * @param      $sql
354
-     * @param null $key
353
+     * @param      string $sql
354
+     * @param string $key
355 355
      * @return array
356 356
      */
357 357
     public function GetRows($sql, $key = null)
Please login to merge, or discard this patch.
class/hotelcity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     /**
82 82
      * create a new hotel city
83 83
      * @param bool $isNew flag the new objects as "new"?
84
-     * @return object HotelCity
84
+     * @return MartinHotelcity HotelCity
85 85
      */
86 86
     public function &create($isNew = true)
87 87
     {
Please login to merge, or discard this patch.
class/hotelpromotion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
     /**
98 98
      * create a new hotel city
99 99
      * @param bool $isNew flag the new objects as "new"?
100
-     * @return object promotion
100
+     * @return MartinHotelPromotion promotion
101 101
      */
102 102
     public function &create($isNew = true)
103 103
     {
Please login to merge, or discard this patch.
class/hotelservice.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
     /**
91 91
      * create a new hotel city
92 92
      * @param bool $isNew flag the new objects as "new"?
93
-     * @return object hotelservice
93
+     * @return MartinHotelService hotelservice
94 94
      */
95 95
     public function &create($isNew = true)
96 96
     {
Please login to merge, or discard this patch.
class/hotelservicetype.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * create a new hotel city
54 54
      * @param bool $isNew flag the new objects as "new"?
55
-     * @return object hotelservicetype
55
+     * @return MartinHotelServiceType hotelservicetype
56 56
      */
57 57
     public function &create($isNew = true)
58 58
     {
Please login to merge, or discard this patch.
class/order.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
     /**
247 247
      * create a new hotel order
248 248
      * @param bool $isNew flag the new objects as "new"?
249
-     * @return object order
249
+     * @return MartinOrder order
250 250
      */
251 251
     public function &create($isNew = true)
252 252
     {
@@ -575,7 +575,7 @@  discard block
 block discarded – undo
575 575
      * @created   :2010年06月07日 20时25分
576 576
      * @copyright 1997-2010 The Martin Group
577 577
      * @author    Martin <[email protected]>
578
-     * @param $order_id
578
+     * @param integer $order_id
579 579
      * @return array
580 580
      */
581 581
     public function GetOrderRooms($order_id)
@@ -612,7 +612,7 @@  discard block
 block discarded – undo
612 612
      * @created   :2010年06月07日 20时25分
613 613
      * @copyright 1997-2010 The Martin Group
614 614
      * @author    Martin <[email protected]>
615
-     * @param $order_id
615
+     * @param integer $order_id
616 616
      * @return array
617 617
      */
618 618
     public function GetOrderQueryRooms($order_id)
Please login to merge, or discard this patch.
class/room.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
     /**
184 184
      * create a new hotel city
185 185
      * @param bool $isNew flag the new objects as "new"?
186
-     * @return object room
186
+     * @return MartinRoom room
187 187
      */
188 188
     public function &create($isNew = true)
189 189
     {
@@ -225,8 +225,8 @@  discard block
 block discarded – undo
225 225
      * @created   :2010年06月20日 13时09分
226 226
      * @copyright 1997-2010 The Martin Group
227 227
      * @author    Martin <[email protected]>
228
-     * @param      $sql
229
-     * @param null $key
228
+     * @param      string $sql
229
+     * @param string $key
230 230
      * @return array
231 231
      */
232 232
     public function GetRows($sql, $key = null)
Please login to merge, or discard this patch.