Add --install for nvm #1070
Add --install for nvm #1070
hmlinter checks failed
5 errors
Request details
- GitHub Event ID:
58084a60-c3e9-11f0-82ee-9d31e91789ec - API Gateway ID:
7f369e55-0569-47f2-9dea-cde620f91cf4 - Lambda ID:
4c28bc07-4366-4a14-bfc4-88f926d13afa - Log Stream:
2025/11/17/[$LATEST]eb1ea3482c9d474aa3b3f0c0cd0978b7
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"
}