Completed
Push — master ( e22200...77a5d7 )
by Gary
02:18
created
lib/class-wp-rest-react-controller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
 	 * Check if a given request has access to create a reaction
132 132
 	 *
133 133
 	 * @param  WP_REST_Request $request Full details about the request.
134
-	 * @return WP_Error|boolean
134
+	 * @return boolean
135 135
 	 */
136 136
 	public function create_item_permissions_check( $request ) {
137 137
 		return true;
Please login to merge, or discard this patch.