Completed
Push — add/rest-api-media-videopress ( af207c...ac0577 )
by
unknown
08:24
created
_inc/lib/core-api/wpcom-fields/attachment-fields-videopress.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
 	 * @param mixed           $object Response from the attachment endpoint.
143 143
 	 * @param WP_REST_Request $request Request to the attachment endpoint.
144 144
 	 *
145
-	 * @return true
145
+	 * @return boolean
146 146
 	 */
147 147
 	public function get_permission_check( $object, $request ) {
148 148
 		return true;
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
 	 * @param WP_Post         $object The attachment object.
157 157
 	 * @param WP_REST_Request $request Request to the attachment endpoint.
158 158
 	 *
159
-	 * @return true
159
+	 * @return boolean
160 160
 	 */
161 161
 	public function update_permission_check( $value, $object, $request ) {
162 162
 		return true;
Please login to merge, or discard this patch.