Commit eda99477 authored by Taddes Kroes's avatar Taddes Kroes

Fixed typo.

parent e1c569f0
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment