Skip to content

Add cache_calls metric for persistent object cache integration #261

Add cache_calls metric for persistent object cache integration

Add cache_calls metric for persistent object cache integration #261

Triggered via pull request June 9, 2026 11:30
Status Failure
Total duration 25s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint GitHub Actions workflows
8s
code-quality / Lint GitHub Actions workflows
code-quality  /  Lint PHP files
15s
code-quality / Lint PHP files
code-quality  /  Lint Gherkin Feature files
12s
code-quality / Lint Gherkin Feature files
code-quality  /  Spell check
8s
code-quality / Spell check
code-quality  /  PHPCS
20s
code-quality / PHPCS
code-quality  /  PHPStan
22s
code-quality / PHPStan
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 2 warnings
code-quality / Lint PHP files
Process completed with exit code 1.
code-quality / Lint PHP files: ./src/Logger.php#L183
Parse error: syntax error, unexpected variable "$this", expecting "function" in ./src/Logger.php on line 183
code-quality / PHPCS: src/Logger.php#L190
There must not be more than one property declared per statement
code-quality / PHPCS: src/Logger.php#L190
Line indented incorrectly; expected 1 tabs, found 2
code-quality / PHPCS: src/Logger.php#L188
Visibility must be declared on property "$key"
code-quality / PHPCS: src/Logger.php#L188
There must not be more than one property declared per statement
code-quality / PHPCS: src/Logger.php#L187
Visibility must be declared on property "$this"
code-quality / PHPCS: src/Logger.php#L186
Visibility must be declared on property "$this"
code-quality / PHPCS: src/Logger.php#L185
Visibility must be declared on property "$this"
code-quality / PHPCS: src/Logger.php#L184
Visibility must be declared on property "$this"
code-quality / PHPCS: src/Logger.php#L183
Visibility must be declared on property "$this"
code-quality / PHPCS: src/Logger.php#L181
Line indented incorrectly; expected 1 tabs, found 2
code-quality / PHPCS
Process completed with exit code 2.
code-quality / PHPStan
Process completed with exit code 1.
code-quality / PHPStan: src/Logger.php#L183
Syntax error, unexpected T_VARIABLE on line 183
code-quality / PHPCS: src/Profiler.php#L450
Equals sign not aligned with surrounding assignments; expected 22 spaces but found 15 spaces
code-quality / PHPCS: src/Profiler.php#L449
Equals sign not aligned with surrounding assignments; expected 8 spaces but found 1 space