Total Complexity | 5 |
Total Lines | 46 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class NextPageHandler extends AbstractHandler |
||
16 | { |
||
17 | /** |
||
18 | * Determine whether the handler can handle the APIs configuration |
||
19 | * |
||
20 | * @return bool |
||
21 | */ |
||
22 | 5 | public function matches(): bool |
|
25 | } |
||
26 | |||
27 | /** |
||
28 | * Handle the APIs configuration |
||
29 | * |
||
30 | * @return Traversable |
||
31 | */ |
||
32 | 2 | public function handle(): Traversable |
|
41 | } |
||
42 | 2 | }); |
|
43 | 1 | } |
|
44 | |||
45 | /** |
||
46 | * Handle APIs with next page |
||
47 | * |
||
48 | * @return Traversable |
||
49 | */ |
||
50 | 2 | protected function handleByNextPage(): Traversable |
|
64 |