Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
obenland committed Jan 9, 2025
1 parent 0a3cde9 commit 8ced5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/rest/class-nodeinfo-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function register_routes() {
*
* @return \WP_REST_Response Response object.
*/
public function get_items( $request ) {
public function get_items( $request ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
$response = array(
'links' => array(
array(
Expand Down

0 comments on commit 8ced5d8

Please sign in to comment.