Completed
Push — development ( 140d24...d693da )
by
unknown
02:48
created
core/Field/Predefined_Options_Field.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
 	/**
93 93
 	 * Retrieve the current options.
94 94
 	 *
95
-	 * @return array $options
95
+	 * @return callable $options
96 96
 	 */
97 97
 	public function get_options() {
98 98
 		return $this->load_options();
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
 	/**
136 136
 	 * Get an array of all values that are both in the passed array and the predefined list of options
137 137
 	 *
138
-	 * @param  array $values
138
+	 * @param  array $value
139 139
 	 * @return array
140 140
 	 */
141 141
 	protected function get_values_from_options( $value ) {
Please login to merge, or discard this patch.