Skip to content

Commit 8ed18e9

Browse files
committed
Test a failure with CodeSniffer linter
1 parent 34ff1a4 commit 8ed18e9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

proxy-aware-https-fix.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@
3232
add_filter('rank_math/rest_api_url', function() {
3333
return get_site_url(null, '/wp-json/');
3434
});
35+
36+
function badFunctionName( )
37+
{
38+
echo "This line is missing indentation and spacing.";
39+
}
40+

0 commit comments

Comments
 (0)