Update some deprecated code
[lhc/web/wiklou.git] / maintenance / reassignEdits.php
index bb34e51..20de17e 100644 (file)
@@ -139,8 +139,8 @@ class ReassignEdits extends Maintenance {
         * i.e. user => id, user_text => text
         *
         * @param $user User for the spec
-        * @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 userSpecification( &$user, $idfield, $utfield ) {