From 20161457e09c6585f0b6713eae2f3723d14c3f11 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Fri, 15 Aug 2014 18:31:04 +0200 Subject: [PATCH] Remove wrong type from @param of IORMTable::getPrefixedFields Change-Id: I20599b97712ef867629f9e06b137e0c6cb284709 --- includes/db/IORMTable.php | 2 +- includes/db/ORMTable.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/db/IORMTable.php b/includes/db/IORMTable.php index bf49bbb56c..4dc693acc5 100644 --- a/includes/db/IORMTable.php +++ b/includes/db/IORMTable.php @@ -421,7 +421,7 @@ interface IORMTable { * * @since 1.20 * - * @param array|string $fields + * @param array $fields * * @return array */ diff --git a/includes/db/ORMTable.php b/includes/db/ORMTable.php index 24fa68c504..2f898b755b 100644 --- a/includes/db/ORMTable.php +++ b/includes/db/ORMTable.php @@ -748,7 +748,7 @@ class ORMTable extends DBAccessBase implements IORMTable { * * @since 1.20 * - * @param array|string $fields + * @param array $fields * * @return array */ -- 2.20.1