[Backport v25-branch] docs: clarify WordPress 404 page caching#1220
hmlinter checks failed
5 errors
Request details
- GitHub Event ID:
e0300420-7bbb-11f1-8c63-fbf4feb36162 - API Gateway ID:
381d2511-bdda-44fa-828a-6925e3b7d3ed - Lambda ID:
9ae41512-8056-4510-a9b6-94bc34af551a - Log Stream:
2026/07/09/[$LATEST]3f95dde944bb43d3b6945c855d78454c
Annotations
Check failure on line 35 in inc/session_handler/class-disallowed-session-handler.php
hm-linter / hmlinter
inc/session_handler/class-disallowed-session-handler.php#L35
PHP syntax error: syntax error, unexpected '|', expecting ';' or '{'
Raw output
{
"line": 35,
"column": 1,
"severity": "error",
"message": "PHP syntax error: syntax error, unexpected '|', expecting ';' or '{'",
"source": "Generic.PHP.Syntax.PHPSyntax"
}
Check failure on line 35 in inc/session_handler/class-disallowed-session-handler.php
hm-linter / hmlinter
inc/session_handler/class-disallowed-session-handler.php#L35
Expected 1 space before "|"; 0 found
Raw output
{
"line": 35,
"column": 41,
"severity": "error",
"message": "Expected 1 space before \"|\"; 0 found",
"source": "WordPress.WhiteSpace.OperatorSpacing.NoSpaceBefore"
}
Check failure on line 35 in inc/session_handler/class-disallowed-session-handler.php
hm-linter / hmlinter
inc/session_handler/class-disallowed-session-handler.php#L35
Expected 1 space after "|"; 0 found
Raw output
{
"line": 35,
"column": 41,
"severity": "error",
"message": "Expected 1 space after \"|\"; 0 found",
"source": "WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter"
}
Check failure on line 46 in inc/session_handler/class-disallowed-session-handler.php
hm-linter / hmlinter
inc/session_handler/class-disallowed-session-handler.php#L46
Expected 1 space before "|"; 0 found
Raw output
{
"line": 46,
"column": 43,
"severity": "error",
"message": "Expected 1 space before \"|\"; 0 found",
"source": "WordPress.WhiteSpace.OperatorSpacing.NoSpaceBefore"
}
Check failure on line 46 in inc/session_handler/class-disallowed-session-handler.php
hm-linter / hmlinter
inc/session_handler/class-disallowed-session-handler.php#L46
Expected 1 space after "|"; 0 found
Raw output
{
"line": 46,
"column": 43,
"severity": "error",
"message": "Expected 1 space after \"|\"; 0 found",
"source": "WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter"
}