Start 1.34.1
[lhc/web/wiklou.git] / includes / search / NullIndexField.php
index 5ecf5c8..22f5998 100644 (file)
@@ -17,11 +17,12 @@ class NullIndexField implements SearchIndexField {
        /**
         * Set global flag for this field.
         *
-        * @param int  $flag Bit flag to set/unset
+        * @param int $flag Bit flag to set/unset
         * @param bool $unset True if flag should be unset, false by default
         * @return $this
         */
        public function setFlag( $flag, $unset = false ) {
+               return $this;
        }
 
        /**