Completed
Pull Request — master (#5929)
by Ingo
12:10
created
forms/FormSchema.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -77,6 +77,9 @@
 block discarded – undo
77 77
 		return $state;
78 78
 	}
79 79
 
80
+	/**
81
+	 * @param \FieldList|null $fields
82
+	 */
80 83
 	protected function getFieldStates($fields) {
81 84
 		$states = [];
82 85
 		foreach ($fields as $field) {
Please login to merge, or discard this patch.