[5.6] Update php doc for `Pagination/AbstractPaginator.php:isEmpty` (#24122)

- in commit `f5932d78c50bd032f4878bd8401900f4cfbb3e4a` was added a isNotEmpty method, so isEmpty method should be used only for `Determine if the list of items is empty.` instead `Determine if the list of items is empty or not.`
This commit is contained in:
Tetiana Blindaruk 2018-05-06 17:22:45 +03:00 committed by Taylor Otwell
parent eeeeee45aa
commit 805f67b1f3
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ abstract class AbstractPaginator implements Htmlable
}
/**
* Determine if the list of items is empty or not.
* Determine if the list of items is empty.
*
* @return bool
*/