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 c5728b5 + 1287d9f commit adf7fb2Copy full SHA for adf7fb2
Doctrine/ORM/Provider.php
@@ -80,7 +80,7 @@ protected function fetchSlice($queryBuilder, $limit, $offset)
80
}
81
82
/*
83
- * An orderBy DQL part is required to avoid feching the same row twice.
+ * An orderBy DQL part is required to avoid fetching the same row twice.
84
* @see http://stackoverflow.com/questions/6314879/does-limit-offset-length-require-order-by-for-pagination
85
* @see http://www.postgresql.org/docs/current/static/queries-limit.html
86
* @see http://www.sqlite.org/lang_select.html#orderby
0 commit comments