Skip to content

Commit 6eda77f

Browse files
authored
Merge pull request #345 from bytehead/patch-2
Fix interface in usage.md
2 parents 311818b + bac369a commit 6eda77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pager/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $dispatcher->addSubscriber(new PaginationSubscriber());
3333
$dispatcher->addSubscriber(new SortableSubscriber());
3434

3535
// here we're using the the default access to arguments, based on Symfony Request
36-
// you can use your preferred way to retrieve them, by implementing RequestArgumentAccessInterface
36+
// you can use your preferred way to retrieve them, by implementing ArgumentAccessInterface
3737
$accessor = new RequestArgumentAccess(RequestStack::createFromGlobals());
3838

3939
$paginator = new Paginator($dispatcher, $accessor);

0 commit comments

Comments
 (0)