BabDev / Pagerfanta

Pagination library for PHP applications with support for several data providers
Other
381 stars 170 forks source link

Add a docblock for ViewInterface::render $options argument #22

Closed emodric closed 3 years ago

emodric commented 3 years ago

Hi,

this is a small docblock change that solves PHPStan issue in implementing code similar to this:

Method App\Pagerfanta\View\CollectionView::render() has parameter $options with no value type specified in iterable type array.