Merge "[MCR] RevisionStore::getTitle final logged fallback to master"
[lhc/web/wiklou.git] / includes / api / ApiQueryBase.php
index e0ab53a..f6e9a95 100644 (file)
@@ -255,7 +255,7 @@ abstract class ApiQueryBase extends ApiBase {
        /**
         * Equivalent to addWhere(array($field => $value))
         * @param string $field Field name
-        * @param string|string[] $value Value; ignored if null or empty array;
+        * @param string|string[] $value Value; ignored if null or empty array
         */
        protected function addWhereFld( $field, $value ) {
                if ( $value !== null && !( is_array( $value ) && !$value ) ) {