From: Sam Reed Date: Sat, 25 Sep 2010 16:38:44 +0000 (+0000) Subject: What's a boolif? X-Git-Tag: 1.31.0-rc.0~34799 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=25637962d5b86e73169af9b6873dba4788c6383b;p=lhc%2Fweb%2Fwiklou.git What's a boolif? --- 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 ) {