Test Setup Failed
Push — master ( 40d590...4b2308 )
by Mathieu
03:31
created
src/Charcoal/Source/AbstractSource.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
      * If no properties are set, it is assumed that all the Model's properties are to be fetched.
154 154
      *
155 155
      * @param array $properties The properties.
156
-     * @return ColelectionLoader Chainable
156
+     * @return AbstractSource Chainable
157 157
      */
158 158
     public function setProperties(array $properties)
159 159
     {
@@ -283,7 +283,7 @@  discard block
 block discarded – undo
283 283
 
284 284
     /**
285 285
      * @param array $orders The orders to set.
286
-     * @return CollectionLoader Chainable
286
+     * @return AbstractSource Chainable
287 287
      */
288 288
     public function setOrders(array $orders)
289 289
     {
@@ -404,7 +404,7 @@  discard block
 block discarded – undo
404 404
     /**
405 405
      * @param integer $page The page number.
406 406
      * @throws InvalidArgumentException If the page argument is not numeric.
407
-     * @return CollectionLoader Chainable
407
+     * @return AbstractSource Chainable
408 408
      */
409 409
     public function setPage($page)
410 410
     {
@@ -428,7 +428,7 @@  discard block
 block discarded – undo
428 428
     /**
429 429
      * @param integer $num The number of items to retrieve per page.
430 430
      * @throws InvalidArgumentException If the num per page argument is not numeric.
431
-     * @return CollectionLoader Chainable
431
+     * @return AbstractSource Chainable
432 432
      */
433 433
     public function setNumPerPage($num)
434 434
     {
Please login to merge, or discard this patch.