X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdb%2FORMTable.php;h=2f898b755b18cec8a453b7518ac949cf79b77fd7;hb=c1ad8bd3a7e42e1f16f285ce1a085b58b7c3fefb;hp=a06c12cf87de70275b4cfa390213785476c1419a;hpb=ba8a835dcb3de335a04c81ebe8980a858d478cae;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/db/ORMTable.php b/includes/db/ORMTable.php index a06c12cf87..2f898b755b 100644 --- a/includes/db/ORMTable.php +++ b/includes/db/ORMTable.php @@ -220,8 +220,8 @@ class ORMTable extends DBAccessBase implements IORMTable { * @param array $options * @param string|null $functionName * - * @return array of row objects - * @throws DBQueryError if the query failed (even if the database was in ignoreErrors mode). + * @return array Array of row objects + * @throws DBQueryError If the query failed (even if the database was in ignoreErrors mode). */ public function selectObjects( $fields = null, array $conditions = array(), array $options = array(), $functionName = null @@ -247,7 +247,7 @@ class ORMTable extends DBAccessBase implements IORMTable { * @param array $options * @param null|string $functionName * @return ResultWrapper - * @throws DBQueryError if the query failed (even if the database was in + * @throws DBQueryError If the query failed (even if the database was in * ignoreErrors mode). */ public function rawSelect( $fields = null, array $conditions = array(), @@ -314,7 +314,7 @@ class ORMTable extends DBAccessBase implements IORMTable { * @param bool $collapse Set to false to always return each result row as associative array. * @param string|null $functionName * - * @return array of array + * @return array Array of array */ public function selectFields( $fields = null, array $conditions = array(), array $options = array(), $collapse = true, $functionName = null @@ -648,7 +648,7 @@ class ORMTable extends DBAccessBase implements IORMTable { * * @see LoadBalancer::reuseConnection * - * @param DatabaseBase $db the database + * @param DatabaseBase $db * * @since 1.20 */ @@ -748,7 +748,7 @@ class ORMTable extends DBAccessBase implements IORMTable { * * @since 1.20 * - * @param array|string $fields + * @param array $fields * * @return array */ @@ -888,7 +888,7 @@ class ORMTable extends DBAccessBase implements IORMTable { /** * @see ORMTable::newRowFromFromDBResult * - * @deprecated use newRowFromDBResult instead + * @deprecated since 1.20 use newRowFromDBResult instead * @since 1.20 * * @param stdClass $result @@ -915,7 +915,7 @@ class ORMTable extends DBAccessBase implements IORMTable { /** * @see ORMTable::newRow * - * @deprecated use newRow instead + * @deprecated since 1.20 use newRow instead * @since 1.20 * * @param array $data