Skip to content
Snippets Groups Projects
Commit eda99477 authored by Taddes Kroes's avatar Taddes Kroes
Browse files

Fixed typo.

parent e1c569f0
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,7 @@ class pQueryArray extends pQuery implements pQueryExtension {
/**
* Shortcut constructor for {@link pQueryArray}.
*
* @returns pQuerySql A new pQuerySql instance.
* @see pQuerySql::__construct
* @returns pQueryArray A new pQueryArray instance.
*/
function _arr($array) {
return pQuery::create('array', $array);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment