Skip to content

Commit 0be5c5b

Browse files
authored
document through() method in interfaces to fix IDE warnings (#55925)
1 parent 2adc9b7 commit 0be5c5b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Illuminate/Contracts/Pagination/CursorPaginator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* @template TKey of array-key
77
*
88
* @template-covariant TValue
9+
*
10+
* @method $this through(callable(TValue): mixed $callback)
911
*/
1012
interface CursorPaginator
1113
{

src/Illuminate/Contracts/Pagination/Paginator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* @template TKey of array-key
77
*
88
* @template-covariant TValue
9+
*
10+
* @method $this through(callable(TValue): mixed $callback)
911
*/
1012
interface Paginator
1113
{

0 commit comments

Comments
 (0)