diff --git a/src/Pagerfanta/AuraSqlQueryPager.php b/src/Pagerfanta/AuraSqlQueryPager.php index 737f37f..c0bf41a 100644 --- a/src/Pagerfanta/AuraSqlQueryPager.php +++ b/src/Pagerfanta/AuraSqlQueryPager.php @@ -39,6 +39,9 @@ public function __construct(private readonly ViewInterface $view, private readon /** * @phpstan-param positive-int $paging + * + * @return AuraSqlQueryPagerInterface + * * {@inheritDoc} */ public function init(ExtendedPdoInterface $pdo, SelectInterface $select, int $paging, RouteGeneratorInterface $routeGenerator)