Completed
Pull Request — master (#386)
by
unknown
36:03
created
code/tasks/UserFormsUpgradeService.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,8 @@  discard block
 block discarded – undo
45 45
 	/**
46 46
 	 * Migrate a versioned field in a single stage
47 47
 	 *
48
-	 * @param EditableFormField $field
49
-	 * @param stage $stage
48
+	 * @param DataObject $field
49
+	 * @param string $stage
50 50
 	 */
51 51
 	protected function upgradeFieldInStage(EditableFormField $field, $stage) {
52 52
 		Versioned::reading_stage($stage);
@@ -189,6 +189,9 @@  discard block
 block discarded – undo
189 189
 		return $rule;
190 190
 	}
191 191
 
192
+	/**
193
+	 * @param string $message
194
+	 */
192 195
 	public function log($message) {
193 196
 		if($this->getQuiet()) {
194 197
 			return;
Please login to merge, or discard this patch.