@@ -283,7 +283,7 @@ discard block |
||
| 283 | 283 | /** |
| 284 | 284 | * @param array $options |
| 285 | 285 | * |
| 286 | - * @return array |
|
| 286 | + * @return callable |
|
| 287 | 287 | */ |
| 288 | 288 | protected function retrievePaginatedListing(array $options) |
| 289 | 289 | { |
@@ -527,6 +527,7 @@ discard block |
||
| 527 | 527 | |
| 528 | 528 | /** |
| 529 | 529 | * {@inheritdoc} |
| 530 | + * @param string $path |
|
| 530 | 531 | */ |
| 531 | 532 | public function applyPathPrefix($path) |
| 532 | 533 | { |
@@ -535,6 +536,7 @@ discard block |
||
| 535 | 536 | |
| 536 | 537 | /** |
| 537 | 538 | * {@inheritdoc} |
| 539 | + * @param string $prefix |
|
| 538 | 540 | */ |
| 539 | 541 | public function setPathPrefix($prefix) |
| 540 | 542 | { |