Completed
Push — milestone/2_0/react-ui ( 2196cf...c9a76c )
by
unknown
02:52
created
core/Field/Checkbox_Field.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
 	/**
57 57
 	 * Return a differently formatted value for end-users
58 58
 	 *
59
-	 * @return mixed
59
+	 * @return boolean
60 60
 	 */
61 61
 	public function get_formatted_value() {
62 62
 		return ( $this->get_value() === $this->get_option_value() );
Please login to merge, or discard this patch.