Skip to content

Clarify which bots are not counted for usage

3e935d3
Select commit
Loading
Failed to load commit list.
Open

Clarify which bots are not counted for usage #1035

Clarify which bots are not counted for usage
3e935d3
Select commit
Loading
Failed to load commit list.
HM Linter / hmlinter failed Oct 1, 2025 in 2m 24s

hmlinter checks failed

5 errors

Request details

  • GitHub Event ID: cfd8dcf0-9ee9-11f0-8fc8-233d3698ecfe
  • API Gateway ID: 7459c4e2-e40a-441d-9ccd-56dbbb5a0da2
  • Lambda ID: 61618fc4-93ab-4646-a1a7-6c80f56afb81
  • Log Stream: 2025/10/01/[$LATEST]603c5c717e624103bdb6268cd5d06f6b

Annotations

Check failure on line 35 in inc/session_handler/class-disallowed-session-handler.php

See this annotation in the file changed.

@hm-linter 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

See this annotation in the file changed.

@hm-linter 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

See this annotation in the file changed.

@hm-linter 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

See this annotation in the file changed.

@hm-linter 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

See this annotation in the file changed.

@hm-linter 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"
}