Completed
Branch master (8ba540)
by Josh
15:08
created
src/API/ArrayOfRoomCalendarBreakdown.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     /**
135 135
      * Countable implementation
136 136
      *
137
-     * @return RoomCalendarBreakdown Return count of elements
137
+     * @return integer Return count of elements
138 138
      */
139 139
     public function count()
140 140
     {
Please login to merge, or discard this patch.
src/API/ArrayOfRoomDayAvailability.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     /**
135 135
      * Countable implementation
136 136
      *
137
-     * @return RoomDayAvailability Return count of elements
137
+     * @return integer Return count of elements
138 138
      */
139 139
     public function count()
140 140
     {
Please login to merge, or discard this patch.
src/API/ArrayOfRoomInventory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     /**
135 135
      * Countable implementation
136 136
      *
137
-     * @return RoomInventory Return count of elements
137
+     * @return integer Return count of elements
138 138
      */
139 139
     public function count()
140 140
     {
Please login to merge, or discard this patch.
src/API/ArrayOfRoomLocation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     /**
135 135
      * Countable implementation
136 136
      *
137
-     * @return RoomLocation Return count of elements
137
+     * @return integer Return count of elements
138 138
      */
139 139
     public function count()
140 140
     {
Please login to merge, or discard this patch.
src/API/ArrayOfRoomLocationGrouping.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     /**
135 135
      * Countable implementation
136 136
      *
137
-     * @return RoomLocationGrouping Return count of elements
137
+     * @return integer Return count of elements
138 138
      */
139 139
     public function count()
140 140
     {
Please login to merge, or discard this patch.
src/API/ArrayOfRoomSpecification.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     /**
135 135
      * Countable implementation
136 136
      *
137
-     * @return RoomSpecification Return count of elements
137
+     * @return integer Return count of elements
138 138
      */
139 139
     public function count()
140 140
     {
Please login to merge, or discard this patch.
src/API/ArrayOfRoomType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     /**
135 135
      * Countable implementation
136 136
      *
137
-     * @return RoomType Return count of elements
137
+     * @return integer Return count of elements
138 138
      */
139 139
     public function count()
140 140
     {
Please login to merge, or discard this patch.
src/API/ArrayOfRoomTypeAvailability.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     /**
135 135
      * Countable implementation
136 136
      *
137
-     * @return RoomTypeAvailability Return count of elements
137
+     * @return integer Return count of elements
138 138
      */
139 139
     public function count()
140 140
     {
Please login to merge, or discard this patch.
src/API/ArrayOfRoomTypeBreakdown.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     /**
135 135
      * Countable implementation
136 136
      *
137
-     * @return RoomTypeBreakdown Return count of elements
137
+     * @return integer Return count of elements
138 138
      */
139 139
     public function count()
140 140
     {
Please login to merge, or discard this patch.