Completed
Push — master ( a88a56...6eb92f )
by CodexShaper
11:55
created
src/Traits/WooCommerceTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
     /**
108 108
      * Count the total pages and return.
109 109
      *
110
-     * @return mixed
110
+     * @return integer
111 111
      */
112 112
     public function countPages()
113 113
     {
Please login to merge, or discard this patch.
src/Traits/QueryBuilderTrait.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
     /**
202 202
      * Set original.
203 203
      *
204
-     * @return object $this
204
+     * @return QueryBuilderTrait $this
205 205
      */
206 206
     protected function withOriginal()
207 207
     {
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
     /**
216 216
      * Set collection.
217 217
      *
218
-     * @return object $this
218
+     * @return QueryBuilderTrait $this
219 219
      */
220 220
     protected function withCollection()
221 221
     {
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
     /**
230 230
      * Set lazy collection.
231 231
      *
232
-     * @return object $this
232
+     * @return QueryBuilderTrait $this
233 233
      */
234 234
     protected function withLazyCollection()
235 235
     {
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
      *
246 246
      * @param array $parameters
247 247
      *
248
-     * @return object $this
248
+     * @return QueryBuilderTrait $this
249 249
      */
250 250
     protected function options($parameters)
251 251
     {
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
      *
270 270
      * @param array $parameters
271 271
      *
272
-     * @return object $this
272
+     * @return QueryBuilderTrait $this
273 273
      */
274 274
     protected function where(...$parameters)
275 275
     {
@@ -297,7 +297,7 @@  discard block
 block discarded – undo
297 297
      * @param string $name
298 298
      * @param string $direction
299 299
      *
300
-     * @return object $this
300
+     * @return QueryBuilderTrait $this
301 301
      */
302 302
     protected function orderBy($name, $direction = 'desc')
303 303
     {
Please login to merge, or discard this patch.