We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 311818b + bac369a commit 6eda77fCopy full SHA for 6eda77f
docs/pager/usage.md
@@ -33,7 +33,7 @@ $dispatcher->addSubscriber(new PaginationSubscriber());
33
$dispatcher->addSubscriber(new SortableSubscriber());
34
35
// 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
+// you can use your preferred way to retrieve them, by implementing ArgumentAccessInterface
37
$accessor = new RequestArgumentAccess(RequestStack::createFromGlobals());
38
39
$paginator = new Paginator($dispatcher, $accessor);
0 commit comments