Skip to content

Commit 86eaf72

Browse files
committed
conflict remove
1 parent d45e2a3 commit 86eaf72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/rest-api/class-wp-rest-server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ protected function error_to_response( $error ) {
226226
*
227227
* @param string $code WP_Error-style code.
228228
* @param string $message Human-readable message.
229-
* @param int $status Optional. HTTP status code to send. Default null.
229+
* @param int|null $status Optional. HTTP status code to send. Default null.
230230
* @return string JSON representation of the error.
231231
*/
232232
protected function json_error( $code, $message, $status = null ) {

0 commit comments

Comments
 (0)