What's a boolif?
authorSam Reed <reedy@users.mediawiki.org>
Sat, 25 Sep 2010 16:38:44 +0000 (16:38 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sat, 25 Sep 2010 16:38:44 +0000 (16:38 +0000)
includes/api/ApiQueryBase.php

index e1aaef8..88d368b 100644 (file)
@@ -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 ) {