DomCI : Change the non existing PHPDocs types

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3269 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-12-08 15:07:52 +00:00
parent aee1ee62cc
commit 1ddc03dcbb
5 changed files with 14 additions and 13 deletions

View File

@@ -686,8 +686,8 @@ class dblayer
* @param array|null $order Sort the columns by orientation
* $order = array (array ($key, $orientation), ...)
* $key=>column, $orientation=ASC/DESC
* @param bool|null $whereOr The WHERE parameters are separated by OR instead
* of AND
* @param boolean|null $whereOr The WHERE parameters are separated by OR
* instead of AND
* @param array|null $foreignSelect Add a filter on foreign keys
* @return array array ([0] => array (column=>value, column=>value),);
*/
@@ -1422,8 +1422,8 @@ class dblayer
@param array|null &$order Sort the columns by orientation
$order = array (array ($key, $orientation), ...)
$key=>column, $orientation=ASC/DESC
@param bool|null &$whereOr The WHERE parameters are separated by OR
instead of AND
@param boolean|null &$whereOr The WHERE parameters are separated by OR
instead of AND
@param array|null &$foreignSelect Add a filter on foreign keys */
public function hookpreread (&$select, &$display, &$order, &$whereOr,
&$foreignSelect)