Add cache_calls metric for persistent object cache integration
#261
code-quality.yml
on: pull_request
code-quality
/
Lint GitHub Actions workflows
8s
code-quality
/
Lint PHP files
15s
code-quality
/
Lint Gherkin Feature files
12s
code-quality
/
Spell check
8s
code-quality
/
PHPCS
20s
code-quality
/
PHPStan
22s
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
|