Update humanmade/aws-xray requirement from ~1.3.5 to ~1.3.6 #899
hmlinter checks failed
5 errors
Request details
- GitHub Event ID:
a0722d40-84e1-11ef-958b-7725c0b15e4d
- API Gateway ID:
9aafc31b-afbb-4597-9b0c-9d099150d99b
- Lambda ID:
393fb540-3d5c-40f0-8ae0-d289b1cbc8b1
- Log Stream:
2024/10/07/[$LATEST]c0e3fc886f654b14a3c5c66ba20c4872
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"
}