Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
23 | class Doctrine2Adapter implements PaginationAdapterInterface |
||
24 | { |
||
25 | /** |
||
26 | * Maps the params to the repository |
||
27 | * |
||
28 | * @param \Phauthentic\Pagination\PaginationParamsInterface $paginationParams Pagination params |
||
29 | * @param mixed $repository |
||
30 | */ |
||
31 | public function paginate(PaginationParamsInterface $paginationParams, $repository) |
||
40 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.