Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyBJacobs committed Sep 17, 2024
1 parent c774f15 commit 3af640d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/tests/rest-api/rest-server.php
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@ public function test_sanitizes_request_when_building_target_hints() {
'callback' => static function () {
return new \WP_REST_Response();
},
'permission_callback' => function( WP_REST_Request $request ) {
'permission_callback' => function ( WP_REST_Request $request ) {
$this->assertIsInt( $request['id'] );

return true;
Expand Down

0 comments on commit 3af640d

Please sign in to comment.