Skip to content

Commit

Permalink
Fix Generic.CodeAnalysis.UnusedFunctionParameter
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Dec 21, 2023
1 parent 28db827 commit 3709688
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function test_perflab_aea_get_path_from_resource_url_outside_wp_setup() {
$expected_path = WP_CONTENT_DIR . '/themes/test-theme/style.css';
add_filter(
'content_url',
static function ( $url ) {
static function () {
return site_url() . '/content';
}
);
Expand Down

0 comments on commit 3709688

Please sign in to comment.