Completed
Push — master ( fd5849...c99aaa )
by Renato
05:53
created
src/NwLaravel/Repositories/Eloquent/AbstractRepository.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -437,7 +437,7 @@  discard block
 block discarded – undo
437 437
      *
438 438
      * @param array $where
439 439
      *
440
-     * @return int
440
+     * @return boolean|null
441 441
      */
442 442
     public function deleteWhere(array $where)
443 443
     {
@@ -464,7 +464,7 @@  discard block
 block discarded – undo
464 464
      *
465 465
      * @param array $where
466 466
      *
467
-     * @return int
467
+     * @return boolean
468 468
      */
469 469
     public function updateWhere(array $attributes, array $where)
470 470
     {
@@ -491,7 +491,7 @@  discard block
 block discarded – undo
491 491
      *
492 492
      * @param  string  $method
493 493
      * @param  array   $parameters
494
-     * @return mixed
494
+     * @return AbstractRepository
495 495
      *
496 496
      * @throws BadMethodCallException
497 497
      */
Please login to merge, or discard this patch.