Skip to content

Commit

Permalink
adding linter line ignore rul
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Jan 17, 2024
1 parent 8dcdcf2 commit 823a580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function get_item( $request ) {
*
* @return WP_REST_Response|WP_Error Response object on success, or WP_Error object on failure.
*/
public function get_items( $request ) {
public function get_items( $request ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
$collections = array();
foreach ( WP_Font_Library::get_font_collections() as $collection ) {
$collections[] = $collection->get_config();
Expand Down

0 comments on commit 823a580

Please sign in to comment.