Completed
Branch master (8ba540)
by Josh
15:08
created
src/API/ArrayOfDataSet.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 DataSet 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/ArrayOfDateTime.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 dateTime 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/ArrayOfDetail.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 Detail 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/ArrayOfDetails.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 Details 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/ArrayOfElements.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 Elements 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/ArrayOfEvaluation.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 Evaluation 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/ArrayOfEvaluationResult.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 EvaluationResult 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/ArrayOfExportedRate.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 ExportedRate 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/ArrayOfGDSListing.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 GDSListing 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.