summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkawausokun <[email protected]>2017-07-22 21:08:10 +0900
committerkawausokun <[email protected]>2017-07-22 21:08:10 +0900
commitb45171cdde9a2f3ea35328112bd98e8545da3ff9 (patch)
tree428b594870a1773f647fb20dc70153806d01979c
parentc52eb3e1605157821301f1ee614ac87fc782fdba (diff)
Update phpdoc
-rw-r--r--idiorm.php6
1 files 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
*/