Skip to content

Commit

Permalink
Merge pull request #54 from momospnr/hotfix/enable-where-in-aurasqlpa…
Browse files Browse the repository at this point in the history
…gerfactory

Allow array type for a parameter $params
  • Loading branch information
koriym committed Jan 27, 2021
2 parents fc73cff + 7db7388 commit f905e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pagerfanta/AuraSqlPagerFactoryInterface.php
Expand Up @@ -9,7 +9,7 @@
interface AuraSqlPagerFactoryInterface
{
/**
* @param array<int|string> $params
* @param array<int|string|array<int|string>> $params
*/
public function newInstance(ExtendedPdoInterface $pdo, string $sql, array $params, int $paging, string $uriTemplate): AuraSqlPagerInterface;
}

0 comments on commit f905e83

Please sign in to comment.