Skip to content

Commit

Permalink
Add psalm support for static functions (#54)
Browse files Browse the repository at this point in the history
* Update Pagerfanta.php

* Update Pagerfanta.php
  • Loading branch information
mustanggb committed Mar 6, 2024
1 parent 7fd785c commit bbbcce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Core/Pagerfanta.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public function __construct(

/**
* @param AdapterInterface<T> $adapter
* @psalm-param AdapterInterface<mixed> $adapter
*
* @return self<T>
*/
Expand Down

0 comments on commit bbbcce9

Please sign in to comment.