From 25637962d5b86e73169af9b6873dba4788c6383b Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 25 Sep 2010 16:38:44 +0000 Subject: [PATCH] What's a boolif? --- includes/api/ApiQueryBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryBase.php b/includes/api/ApiQueryBase.php index e1aaef8f35..88d368be4c 100644 --- a/includes/api/ApiQueryBase.php +++ b/includes/api/ApiQueryBase.php @@ -168,7 +168,7 @@ abstract class ApiQueryBase extends ApiBase { /** * Same as addWhere(), but add the WHERE clauses only if a condition is met * @param $value mixed See addWhere() - * @param $condition boolIf false, do nothing + * @param $condition bool If false, do nothing * @return bool $condition */ protected function addWhereIf( $value, $condition ) { -- 2.20.1