Taddes Kroes 14 gadi atpakaļ
vecāks
revīzija
eda994775d
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      pquery.array.php

+ 1 - 2
pquery.array.php

@@ -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);