From b45171cdde9a2f3ea35328112bd98e8545da3ff9 Mon Sep 17 00:00:00 2001 From: kawausokun Date: Sat, 22 Jul 2017 21:08:10 +0900 Subject: Update phpdoc --- idiorm.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/idiorm.php b/idiorm.php index a382e9e..2ca9a93 100644 --- a/idiorm.php +++ b/idiorm.php @@ -63,8 +63,8 @@ * @method $this tableAlias($alias) * @method int countNullIdColumns() * @method $this selectExpr($expr, $alias=null) - * @method \ORM selectMany() - * @method \ORM selectManyExpr() + * @method \ORM selectMany($values) + * @method \ORM selectManyExpr($values) * @method $this rawJoin($table, $constraint, $table_alias, $parameters = array()) * @method $this innerJoin($table, $constraint, $table_alias=null) * @method $this leftOuterJoin($table, $constraint, $table_alias=null) @@ -253,7 +253,7 @@ * required to use Idiorm). If you have more than one setting * you wish to configure, another shortcut is to pass an array * of settings (and omit the second argument). - * @param string $key + * @param string|array $key * @param mixed $value * @param string $connection_name Which connection to use */ -- cgit v1.2.3