We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22aaab0 commit 91d6888Copy full SHA for 91d6888
src/WpConstantFetchRule.php
@@ -29,7 +29,7 @@ final class WpConstantFetchRule implements \PHPStan\Rules\Rule
29
'FORCE_SSL_ADMIN' => 'force_ssl_admin()',
30
'FORCE_SSL_LOGIN' => 'force_ssl_admin()',
31
'FS_METHOD' => 'get_filesystem_method()',
32
- 'HEADER_IMAGE' => "get_theme_support('custom-header\)",
+ 'HEADER_IMAGE' => "get_theme_support('custom-header')",
33
'HEADER_IMAGE_WIDTH' => "get_theme_support('custom-header')",
34
'HEADER_IMAGE_HEIGHT' => "get_theme_support('custom-header')",
35
'HEADER_TEXTCOLOR' => "get_theme_support('custom-header')",
0 commit comments