Replace spaces with tabs
[lhc/web/wiklou.git] / maintenance / reassignEdits.php
index 039422b..bb34e51 100644 (file)
@@ -126,8 +126,8 @@ class ReassignEdits extends Maintenance {
         * i.e. a user => id mapping, or a user_text => text mapping
         *
         * @param $user User for the condition
-        * @param $idfield Field name containing the identifier
-        * @param $utfield Field name containing the user text
+        * @param $idfield string Field name containing the identifier
+        * @param $utfield string Field name containing the user text
         * @return array
         */
        private function userConditions( &$user, $idfield, $utfield ) {