Remove job level cavalcade metrics #940
hmlinter checks failed
5 errors
Request details
- GitHub Event ID:
287c34d0-f2d1-11ef-8301-1ece47ad4ef1
- API Gateway ID:
284ee482-56ae-4a90-921f-020f062da577
- Lambda ID:
82d9dbcd-baf5-4a46-bdc5-d31742524c72
- Log Stream:
2025/02/24/[$LATEST]f83f63e7fa904b9bb08ffe1b4eecf6b1
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"
}