Completed
Push — development ( 9a304e...c8ad86 )
by
unknown
02:20
created
core/Field/Checkbox_Field.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,6 +53,7 @@  discard block
 block discarded – undo
53 53
 
54 54
 	/**
55 55
 	 * {@inheritDoc}
56
+	 * @param string $value
56 57
 	 */
57 58
 	public function set_value( $value ) {
58 59
 		if ( is_bool( $value ) ) {
@@ -64,7 +65,7 @@  discard block
 block discarded – undo
64 65
 	/**
65 66
 	 * Return a differently formatted value for end-users
66 67
 	 *
67
-	 * @return mixed
68
+	 * @return boolean
68 69
 	 */
69 70
 	public function get_formatted_value() {
70 71
 		return ( $this->get_value() === $this->get_option_value() );
Please login to merge, or discard this patch.